    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

    :root{
        --text-color-primary:#041a42;
        --color-primary-opacity-low:#041a422f;
    
        /*{{ CARD VIVO - PLANS }}*/ 
        --color-violeta: #8A2BE2; /* Violeta */
        --color-violeta-claro: #EE82EE; /* Violeta Claro */
        --color-violeta-escuro: #9400D3; /* Violeta Escuro */
        --color-violeta-medio: #9370DB; /* Violeta Médio */
        --color-grey-text: #black;

        --color-blueroyal:#4169E1;/* Blue Royal*/
    }
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    p{
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-size: 12px !important;
        line-height: 1.5;
        text-align: justify;
    }
    .head-nav-text{
        font-size:12px!important;
    }
    a:hover{
        --bs-link-color-rgb: none!important;
    }
    .nav-carousel{
        margin-top: 50px;
    }
    .nav-carousel nav ul{
        gap: 20px;
        list-style: none;
    }
    .nav-carousel nav ul .list-fixo{
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 1rem!important;
        cursor: pointer;
    }
    .nav-carousel nav ul .list-fixo:hover{
        color: var(--color-violeta);
    }
    .nav-carousel nav ul hr{
        color: var(--color-violeta);
        height: 1px;
        width:20px;
        transform: rotate(90deg);
    }
    .carousel-movel{
        display: none;
    }
    .carousel-movel.active{
        display: block;
    }
    .gigas h1 img{
        margin-left: 3px;
        width: 20px;
    }
    .card.movel .d-flex div img{
    width: 30px;
    align-items: start;
    margin-bottom: 0.5rem;
   }
   .card.movel .d-flex p{
    margin-bottom: 0 !important;
   }
   .card.movel .d-flex {
    gap: 10px;
   }
   .carousel-movel.banda-larga{
    animation: fade-in 1s ease;
   }
   .carousel-movel.linha-fixo{
    animation: fade-in 1s ease;
   }
   .carousel-movel.tv{
    animation: fade-in 1s ease;
   }
   .carousel-movel.banda-larga.active ~ .list-fixo.banda-larga {
    color: var(--color-violeta) !important;
   }
   .btn20gb{
    border: none;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: var(--color-violeta-claro);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px 0 20px 0;
}
    .gigas h1{
    font-family: "Poppins", sans-serif;
}
.line-nav{
    display: none;
    height: 30px;
    margin: 0 10%;
}
.bonus20{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
}
.bonus20 .img-bonus20 {
    width: 40%;
    mask-image: url(./media-img/blob.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    position: relative;
}
.bonus20 .img-bonus20 img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.bonus20 .container-bonus-text .bonus20-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bonus20 .container-bonus-text .bonuslig-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bonus20 .container-bonus-text .bonus20-content h1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    background-color: var(--color-violeta-claro);
    text-align: center;
    color: #fff;
    height: 70px;
    font-size: 2rem;
    border-radius: 20px 0 20px 0;
}
.bonus20 .container-bonus-text .bonuslig-content h1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    background-color: var(--color-violeta-escuro);
    text-align: center;
    color: #fff;
    height: 70px;
    font-size: 2rem;
    border-radius: 20px 0 20px 0;
}
.bonus20 .container-bonus-text .bonus20-content p{
  width: 90%;
  margin: 40px 0px;
}
.bonus20 .container-bonus-text .bonuslig-content p{
    width: 90%;
    margin: 40px 0px;
  }
.bonus20 .container-bonus-text{
    width: 50%;
}
.carousel-movel.link-dedicado{
    flex-direction: column;
}
.tittle-linkdedicado{
    width: 100%;
    padding: 40px 40px 10px 40px;
}
.ld-text{
    margin-bottom: .5rem;
    align-self: center!important;
    text-transform: capitalize;
}
.ld-tittle{
    color: transparent!important;;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    background-clip: text;
    -webkit-background-clip: text;
    font-family: "Poppins", sans-serif;
    align-self: center!important;
    letter-spacing: 0.3rem;
    position: relative;
    align-items: center !important;
    text-align: center!important;
}

.ld-text h1{
    font-weight: 200;
    font-size: 0.8rem !important;
}
.ld-tittle::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left:0px;
    position: absolute;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    animation: normal in 3s;
}
.card.movel.ld *{
    user-select: none;
}
.card.movel.ld ul{
    margin-top: 30px;
    align-self: left;
    margin-bottom: 0!important;
}
.card.movel.ld ul li{
    font-size: 0.9rem;
    font-weight: 400;
    width: 100%;
}
.card.movel.ld ul li::before{
    content: "•";
}
.valoriza-text.ld{
    font-size: .9rem;
    width: 100%!important;
}
.valoriza-text.ld.f{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    color: #fff!important;
    height: 100px;
}
.valoriza-text.ld.f p{
    align-self: center!important;
}
.card.movel.ld{
    transition: all 0.5s ease;
}
.card.movel.ld:hover {
    box-shadow: var(--color-violeta) 0px 5px 29px 0px;
}
.valoriza-text.ld.f p{
    font-weight: 200;
    margin: 0 20px;
}
.tittle-linkdedicado h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    text-transform: uppercase;
    color: transparent;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    background-clip: text;
    -webkit-background-clip: text;
    letter-spacing: 0.2rem;
    align-items: center !important;
    text-transform: uppercase;
}
.tittle-linkdedicado p{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}
.container-valoriza.ld h1{
    align-self: center;
    text-align: center;
}
.beneficios-valoriza.ld{
    align-self: center;
}
.card.movel.ld{
    height: 800px!important;
}
.card.vvn{
    text-align: center;
    color: #fff;
    align-items: center;
    height:auto;
    transition: all 0.5s ease;
    overflow: hidden;
}
.card.vvn *{
    user-select: none;
}
.card.vvn img{
    width: 60px;
}
.card.vvn.r{
    background-color: var(--color-violeta);
}
.card.vvn.b{
    background-color: var(--color-blueroyal);
}
.card.vvn h1{
    font-size: 1rem;
}
.card.vvn p{
    font-size: 1rem;
    margin: 10px 0;
    word-wrap: break-word; /* Permite que o texto quebre quando necessário */
    overflow-wrap: break-word; /* Permite que o texto quebre quando necessário */
    text-align: center;
}
.container-card-sip{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding-left: 80px;
}
.card.sip{
    height: auto;
    width: 100%;
    justify-content:space-evenly;
    gap: 30px;
}
.card.sip a{
    align-self: center;
}
.card.sip h1 {
    text-transform: capitalize;
    font-size: 2rem;
    color: var(--color-violeta);
}
.card.sip img{
    width: 50px;
}
.card.sip ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card.sip div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.card.sip div img{
    width: 50px;
}
.card.sip div p{
    margin-bottom: 0px!important;
}
.card-img-sip{
    width: 100%; /* Garante que o elemento ocupe toda a largura disponível */
    box-sizing: border-box;
    grid-column: 1/-1;
    justify-content: space-between;
}
.card-img-sip div{
    width: 100%;
    padding: 10px;
}
.card-img-sip div img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.container-text-sip-img{
    text-align: center;
}
.container-vivotech{
    display: flex;
    align-items: center;
}
.vivotechtxt{
    width: 100%;
    text-align: center;
}
.img-vivotech{
    width: 40%;
    height: 100%;
    padding: 100px;
}
.img-vivotech img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.container-cards-vivo-tech{
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(210px, 1fr));
    grid-row: repeat(3,1fr);
    grid-area: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 30px;
    padding: 0px 60px 0px 60px;
}
.container-cards-vivo-tech2{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(350px, 1fr));
    grid-template-rows: repeat(2,1fr) ;
    width: 100%;
    gap: 40px 0;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
.info-vivotech-ben{
    position: relative;
    grid-column: 1 / -1;
    height: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-violeta);
    width: 100%;
}
.info-vivotech-ben img {
    position: absolute;
    width: 100px;
    left:90px;
    top: -50px;
}
.img-vivotech-an{
    grid-column: 3 /-1;
    grid-row: 1 / 4;
    height: 100%;
    padding: 0 10px;
}
.card.vivotech{
    display: flex;
    flex-direction: row;
    flex-basis: 250px;
    align-items: center;
    justify-content: center;
    gap: 40px; 
    height: 120px;
}
.card.vivotech img {
    width: 70px;
}
.card.vivotech p{
    font-size: .7rem;
    margin: 0;
}
.card.vivotech-v{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    height: 450px;
    padding: 1rem 1rem 0rem 1rem;
    text-align: center;
}
.card.vivotech-v *{
    user-select: none;
}
.card.vivotech-v img{
    width: 70px;
}
.card.vivotech-v h3{
    font-size: 1rem;
    color: var(--color-violeta);
}
.img-vivotech-an img{
    width: 100%;
    object-position: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}
.container-cards-office{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 30px;
}
.card.office{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 500px;
    width: 100%;
}
.card.office *{
    user-select: none;
}
.card.office .head-card-office{
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
}
.card.office .head-card-office h1{
    text-align: center;
    font-size: 1rem;
    margin: 0.3rem;
    font-weight: bold;
}
.card.office .head-card-office p{
    margin: 0;
}
.card.office h2{
    font-size: 1rem;
    font-weight: 600;
}
.card.office hr{
    width: 100%;
    margin: 0.5rem;
}
.card.office p{
    margin: 0;
}
.container-img-office{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container-img-office img {
    width: 50px;
    margin-bottom: .5rem;
}
.tittle-linkdedicado{
    text-align: left;
}
.btn-card-office{
    border: none;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    font-size: .7rem;
}
.btn-card-office:hover{
    filter: brightness(75%);
}
.container-mdm{
    grid-column: 1 /-1;
    display: flex;
    width: 100%;
    border-radius:10px ;
    color: #fff;
    padding: 30px;
    background-color: var(--color-violeta);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.container-cards-mdm{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container-cards-mdm div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.container-cards-mdm div img{
    width: 50px;
}
.container-cards-mdm div p {
    font-size: .7rem;
    width: 90%;
}
.container-wifipro{
    display: flex;
    align-items: center;
    background-color: var(--color-violeta-escuro);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 0 50px;
}
.text-wifipro h1{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;  
}
.content-wifipro{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}
.content-wifipro p{
    font-size: .7rem;
    width: 90%;

}
.content-wifipro hr{
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

.container-wifipro-plan-ben{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 30px;
    padding:0 40px 40px 40px;
}
.wifi-pro-plan.card {
    width: 50%;
    flex-direction: row;
}
.wifi-pro-plan hr{
    width: 50%;
    height: 100%;
    transform: rotate(90deg);
}
.wifipro-plan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 500px!important;
}
.wifipro-plan{
    user-select: none;
}
.wifi-pro-ben.card{
    justify-content: center;
}
.wifi-pro-ben.card h3{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #8A2BE2;
}
.wifi-pro-ben.card div h4{
    font-size: .8rem;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
}
.wifi-pro-ben.card div p{
    font-size: .7rem;
    font-weight: 400;
    text-align: left;
}
.wifipro-plan h3{
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    color: #8A2BE2;
}
.wifipro-plan p{
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}
.card.wifi-pro-fun{
    width: 310px;
}
.card.wifi-pro-fun h3 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #8A2BE2;
    text-transform: capitalize;
}
.card.wifi-pro-fun div{
    display: flex;
    margin-top: 50px;
    gap: 20px;
    align-items: center;
}
.card.wifi-pro-fun div p {
    font-size: .7rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
.card.wifi-pro-fun div img {
    width: 35px;
    object-fit: cover;
}
.card.mdm-info{
    padding: 40px;
    height: 170px;
}
.card.mdm-info img{
    width: 50px;
}
.container-card-mdm{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(350px,1fr) );
    gap: 20px;
    padding: 40px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.carousel-inner{
    overflow: visible!important;
}
#m365{
    margin-top: 100px;
    padding: 60px;
    background-image: url(./media-img/rm380-14.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#Dedicado{
    background-image: url(./media-img/rm380-14.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main-ti{
    margin-top: 60px;
    position: relative;
}
#intro-Solucoes{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#intro-Solucoes article{
    display: flex;
    align-items: center;
    height: 50dvh;
    width: 100%;
}
#intro-Solucoes article div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#intro-Solucoes article div h2{
    font-size: 3rem;
    text-transform: uppercase;
}
.container-main-button{
    z-index: 1;
}
#Dedicado article #carouselExampleControls{
    padding: 0px 0px 60px 0px; 
}
#ti-vvn article .tittle-linkdedicado{
    margin-top: 100px;
}
#ti-sip .tittle-linkdedicado.um{
    margin-top: 100px;
}
@keyframes in {
    from{
        opacity: 1;
        transform: scale(0 ,1);
    }
}

@keyframes fade-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    } 
}
#ti-vvn{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.cardtech-text{
    display: flex;
    flex-direction: column;
    background-color: var(--color-violeta);
    width: calc(100% + 4rem);
    padding: 40px;
    color: #fff;
    font-size: 0.9rem;
}
.btn-first-card.vvn{
    margin: 0 auto;
    margin-top: 80px
}
#ti-vvn article{
    display: flex; 
    flex-direction: column;
}
.tittle-linkdedicado p {
    font-size: 1rem;
    line-height: 25.6px;
    text-align: justify;
    hyphens: auto;
}
.swiper-dedicado,
.swiper-vvn,
.swiper-tech,
.swiper-office,
.swiper-mdm,
.swiper-wifipro,
.swiper-img,
.swiper-main,
.swiper-ti,
.swiper-sobre,
.swiper-movel,
.swiper-fixo1,
.swiper-fixo2,
.swiper-fixo3,
.swiper-total1,
.swiper-total2,
.swiper-total3
{
    position: relative;
}
.main-slide{
    user-select: none;
}
.card.wifipro-plan{
    display: flex!important;
    justify-content: space-between!important;
    flex-direction: column;
    max-width: 100%!important;
}
.main-slide.swiper-slide{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.swiper-main{
    height: 90vh;
}
.swiper-main .swiper-button-next
{
    color: white!important;
    opacity: 0.5;
    padding: 0 60px;
}
.swiper-main .swiper-button-prev
{
    padding: 0 60px;
    opacity: 0.5;
    color: white!important;

}
.swiper-main .swiper-pagination-bullet {
    background-color: #cccccc; 
    width: 10px;  
    height: 10px; 
    opacity: 1;   
    transition: background-color 0.3s ease; 
}
.card.ti.swiper-slide *{
    user-select: none;
}
.card.swiper-slide.sobre{
    display: flex;
    flex-direction: column;
    background-color: transparent!important;
    backdrop-filter: blur(10px)!important;
    color: white;
}
.sessao-sobre
{
    display: flex!important;
    flex-direction: column;
    height: 100svh!important;
}
.swiper-sobre{
    margin-top: 20%;
}
.card.movel.swiper-slide{
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center!important;
}
.swiper-movel{
    padding: 50px;
}
.head-card{
    align-self: flex-start;
}
.text-card-movel{
    text-align: left!important;
}
.swiper-fixo1 .swiper-wrapper *{
    user-select: none;
}
.card.movel.swiper-slide div:nth-child(2){
    align-self: flex-start;
    align-items: center!important;
}
.container-valoriza{
    align-self: flex-start!important;
}
.vivo-gestao{
    align-self: flex-start!important;
}
.card.movel.swiper-slide.plan p{
    align-self: flex-start!important;
}
.card.movel.swiper-slide ul {
    align-items: flex-start;
}
.card.movel.ld{
    justify-content: space-between!important;
}
.movel-img.plan{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}
.swiper-total1,
.swiper-total2,
.swiper-total3{
    user-select: none;
}
.card.move.total.swiper-slide{
    align-self: flex-start!important;
}
.img-2-total{
    align-self: flex-start!important;
}
.vivo-gestao{
    width: 100%;
}
.gigas h1{
    font-size: 3.5rem !important;
}
.movel-img{
    grid-template-columns: repeat(3, 1fr)!important;
}
.tittle-content p{
    font-size: 1rem !important;
    text-align: center;
    line-height: 25.6px;
    hyphens: auto;
}
.card.card-vivo{
    height: 150px;
}
.card.card-vivo img{
    width: 80px!important;
}
.movel-img.avnc{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#intro-Solucoes{
    height: auto !important;
}
#intro-Solucoes article{
    height: auto !important;
}
.card.sip.g div{
    justify-content: space-between;
}
.card.sip.g div p {
    width: 150px;
}
.container-blob-sip{
    grid-column: 3/-1;
    width: 100%;
}
.blob-sip{
    width: 600px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: url(./media-img/blob.svg);
    mask-repeat: no-repeat;
    mask-position: center;
}
.blob-sip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container-mdm p{
    text-align: center!important;
}
.card-vivo-valoriza{
    height: 300px!important;
}
#sessao11{
    background-image: url(./media-img/Mulher-latina-com-celular-na-mão.jpeg);
    min-height: 100vh !important;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
}
#paralax-fixo{
    background-image: url(./media-img/Homem-executivo-na-cafeteria.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
#paralax-total{
    background-image: url(./media-img/CarinhaCelular3.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
#paralax-avancado{
    background-image: url(./media-img/young-man-suit-smiling-reading-message-phone-while-standing-busy-evening-street\ \(1\)\ -\ Copia.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.sessao-sobre{
    background-image: url(./media-img/low-poly-grid-haikei.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.sessao-sobre2{
    background-image: url(./media-img/low-poly-grid-haikei.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.img-movel{
    background-image: url(./media-img/maromatel-vivo-senhor-celular.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.img-movel-fixo{
    background-image: url(./media-img/maromatel-homem-olhando-tablet.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.img-movel-total{
    background-image: url(./media-img/maromatel-mulher-sorridente\ 169.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
.img-movel.avancado{
    background-image: url(./media-img/maromatel-mulher-escritorio-sorrindo-telemarketing.jpeg)!important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-position: center;
}
#nav{
    position: relative;
}


@keyframes grow {
    0%{
        height: 0;
    }
    100%{
        height: 90px;
    }
}

/*SAFARI*/
@supports (-webkit-overflow-scrolling: touch) {
    #sessao11 {
        background-attachment: scroll; /* Remove o fixed no iOS */
    }
}
/*SAFARI - END*/
@media (min-width: 320px) and (max-width:480px){
    .line-nav{
        display: block;
        height: 30px;
        margin: 0 10%;
    }
    /* header */
    .superior{
        position: fixed;
        background-color: #fff;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
    }
    .logo{
        display: flex;
        flex-direction: row-reverse;
        gap: 70px;
        width: 100%;
    }
    .container-vivo-parceiro{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        align-self: center;
    }
    .container-logo-maromatel{
        display: flex;
        align-items: center;
        justify-items: center;
        height: 100%;
        width: 30%;
    }
    .logo-parceiro-head{
        object-fit: cover;
        width: 100px;
    }
    .logo-maromatel-head{
        object-fit: cover;
        width: 140px;
    }
    .hamburguer{
        position: absolute;
        top: 30%;
        right: 10px;
        width: 40px;
    }
    .hamburguer>img{
        cursor: pointer;
        margin: 0;
        padding: 15px;
    }
    #plans-info2>div{
        margin-top: 7%;
    }
    .content-d{
        display: none;
    }
    .container-cards-vivo{
        flex-direction: column !important;
    }
    .rr{
        margin-top: 1rem !important;
    }
    @keyframes fade-in-menu {
        from{
            overflow: hidden;
            
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    /*sessao1*/
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE&display=swap');


    #sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #sessao3{
        display: none;
    }
    .divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
    }
    #sessao11{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    #sessao11::after{
        content: " ";
        height: 100%;
        width: 100%;
        position:absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
    }
    .carousel-movel .carousel-inner{
        scroll-behavior: smooth;
    }
    .carousel-movel .carousel-inner.active{
        cursor: grabbing;
        user-select: none;
    }
    #im1{
        height: 50svh;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: auto;
        margin-top: 5rem;
    }
    #im2{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover;
        object-position: right;
        margin-top: 5rem;
    }
    #im3{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: right;
        margin-top: 5rem;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }

    #main-im1{
    width: 20%;
    border-radius: 2rem;
    clip-path: circle(50% at 50% 50%);
    transition: 0.5s ease;
    /* cursor: pointer; */
    opacity: 0.9;
    display: none;
    }
    #main-im2{
    width: 20%;
    border-radius: 2rem;
    clip-path: circle(50% at 50% 50%);
    transition: 0.5s ease;
    object-position: right;
    /* cursor: pointer; */
    opacity: 0.9;
    display: none;
    }
    #main-im3{
    width: 20%;
    border-radius: 2rem;
    clip-path: circle(50% at 50% 50%);
    transition: 0.5s ease;
    /* cursor: pointer; */
    opacity: 0.9;
    display: none;
    }
    #main-im4{
    width: 20%;
    border-radius: 2rem;
    clip-path: circle(50% at 50% 50%);
    transition: 0.5s ease;
    object-position: right;
    /* cursor: pointer; */
    opacity: 0.9;
    display: none;
    }

    .sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    }
    #promo-main-banner{
        height: 100svh !important;
        gap:5rem !important;
        
    }
    .sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);

    }

    .container-cards{
    display: flex;

    }
    #divisor2{
    align-self: center;
    width: 75%;
    }
    .sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
    }
    .sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
    }
    .sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
    }
    .container-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.12rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }
    #img-wifi{
    padding: 3rem;
    }
    #sessao-avancado{
        height: 100%;
    }
    #paralax-fixo{
        height: 50svh !important;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    #paralax-total{
        height: 50svh;
        position: relative;
    }
    #paralax-avancado{
        height: 50svh;
        position: relative;
    }
    .pseudo-third {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
        z-index: 0;
    }

    #main1-im1{
        height: 100%;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size:cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im2{
        height: 100%;
        width: 100% !important; 
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im3{
        height: 100%;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin:0 auto;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .card>div>p{
        text-align: center;
    }
    .card-tittle{
        align-self: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        color: var(--text-color-primary);
        align-self: center;
    }
    .btn-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 60px;
        width: 7.37rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: .9rem;
        color: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .text-card{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 2.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    .text-card1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card1>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    #bg-avancado{
        display: none;
    }
    #img-main-info>img{
        display: none;
    }
    .mtittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-top: 3.12rem;
        text-align: center;
        font-size: 3em;
        color: #fff;
    }
    .mtext{
        text-align: justify;
        text-justify: inter-word;
        color: black;
        word-wrap: break-word;
        hyphens: auto;
    }
    .center-svg{
        margin-top: 1rem;
        gap: 1rem;
    }
    .endereco{
        text-align: center;
        color: #fff;
    }
    .carousel-ti{
        width: 90%;
    }
    .carousel-card-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.9em;
        text-align: center;
        margin-bottom: 2rem;
    }
    .carousel-control-prev-icon.carousel3 {
        margin-top: -3rem !important;
        margin-left: -5rem;
        }
        
    .carousel-control-next-icon.carousel3 {
        margin-top: -3rem !important;
        margin-right: -5rem;
    }
    .logo-maromatel-end{
        width: 19rem;
    }
    .p-text1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.92em;
    }
    /*{{CARD - SOBRE MAROMATEL}}*/
    .p-text{
        font-size: 1.3em;

    }
    .card-p{
        word-break: break-all;
        hyphens: auto;
        text-align: center;
    }

    /*{{CARD DE BENEFICIOS}}*/
    .img-card-b{
        width: 30%;
        margin: 0 auto;

    }
    /*{{ZAP - FIXED}}*/
    .fixed-midia{
        position: fixed;
        right: 1rem;
        bottom: 2rem;
        z-index: 10;
    }
    .carousel-indicators.carousel1{
        position: absolute !important;
        top: 90%;
    }
    .carousel-indicators.carousel2{
        position: absolute !important;
        top: 57%;
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        }

    .carousel-control-prev.carousel2{
        margin-bottom: 10rem !important;
    }
    .carousel-control-next.carousel2{
        margin-bottom: 10rem !important;
    }
    .btn-first-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 10.37rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }

    .hashtag{
        position: absolute;
        width: 20%;
        z-index: 0;
        opacity: 0.2;
        top: 4em;
        left: 0rem;
    }
    .sessao-sobre2{
        display: none;
    }
    .sessao-sobre{
        height: 100svh;
        width: 100%;
    }
    .card-sobre{
        height: 100% !important; 
        background-color: transparent !important;
        /* backdrop-filter: blur(1rem); */
        border: none !important;
        box-shadow: none;
    }
    .card-end{
        background-color: #fff;
        border: 0.19rem solid var(--text-color-primary);
        transition: 0.1s ease;
        border-radius: 1.5rem;
        height: 15rem;
        width: 19rem;
        gap: 2rem !important;
    }
    .btn-sobre{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        color: #fff;
        border-radius: 10px;
        width: 14.37rem;
        min-height: 2.8rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.5rem;
        cursor: pointer;
        margin-bottom: 5rem;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-sobre:hover{
        filter: brightness(75%);
    }
    .vivo-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 40pt;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
    }
    .r-tittle{
        color: #fff;
    }
    .vivo-p{
        text-align:center;
        font-family: "Poppins", sans-serif;
    }
    /*{{MÓVEL}}*/
    .container-movel{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        position:relative;
    }
    .container-movel .carousel.slide{
        height: 100vh !important;
    }
    .container-movel .img-movel{
        height: 80vh;
        width: 100%;
        position: relative;
        
    }
    .container-movel .img-movel-fixo{
        height: 80vh;
        width: 100%;
        position: relative;
        
    }
    .container-movel .img-movel-total{
        height: 80vh;
        width: 100%;
        position: relative;
        
    }
    .container-movel .img-movel div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-fixo div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-total div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container.cards-movel{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 30px;
    }
    .card.movel{
        align-self: center;
        height: auto;
    }
    .card.movel:hover {
        background-color: inherit !important; /* Remove a mudança de cor de fundo */
        transform: none !important; /* Remove a transformação */
        
    }
    .head-card-img{
        margin-bottom: 18px;
    }
    .head-card img{
        width: 45px;
        object-fit: cover;
        
    }
    .card.movel .text-card-movel{
        align-self: flex-start;
        text-transform: capitalize !important;
        color: var(--color-grey-text);
        font-weight: bold;
    }
    .card.movel>ul{
        list-style: none;
    }
    .card.movel>ul>li{
        color: var(--color-violeta);
        font-size: 1.1em;
        padding-left: 1em;
        text-indent: -2rem;
    }
    .card.movel>ul>li::before{
        content: "+";
        padding-right: 5px;
    }
    .card.movel>a{
        align-self: center;
    }
    .card.movel>a>button{
        color: #fff;
        background-color: var(--text-color-primary);
        border: none;
        border-radius: 10px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: 40px;
        font-size: 1.7em;
        width: 130px;
        cursor: pointer;
        align-self: center;
        transition: all .20s ease;
        margin-top: 20px;
    }
    .card.movel>a>button:hover{
        filter: brightness(75%);
    }
    .container-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
            background-clip: text;
            color: transparent;
            font-size: 20pt;
            font-weight: bold;
            text-transform: uppercase;
    }
    .vivo-gestao h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 20pt;
        font-weight: bold;
        text-transform: uppercase;
    }
    .container-valoriza .beneficios-valoriza{
        gap: 7px;
    }
    .container-valoriza .beneficios-valoriza .icon-valoriza img{
        width: 25px;
    }
    .container-valoriza .valoriza-text{
        text-transform: none;
        font-weight: bold;
        word-wrap: break-word;
        font-weight: 400;
        color: var(--color-grey-text);
        width: 200px;
        text-align: justify;
        word-wrap: break-word;
    }
    .vivo-gestao h1{
        margin-bottom: 0 !important;
    }
    .vivo-gestao .gestao-text {
        text-transform: none;
        color: var(--color-grey-text);
        font-weight: 400;
        text-align: justify !important;
        margin-left: 5px;
    }
    .carousel-movel .carousel .carousel-inner{
        overflow-x:hidden !important ;
        scroll-behavior: smooth;
    } 
    .carousel-movel .carousel .carousel-inner .carousel-item{
        flex: 0 0 auto;
        width: 100%;
    }
    .carousel-movel .carousel .carousel-inner.active{
        cursor: grabbing;
        user-select: none;
    }
    .gigas h1{
        position: relative;
        font-size: 7em;
        color: var(--color-violeta);
    }
    .gb {
        top: 0;
        position: absolute;
        font-size: 0.4em !important;
    }
    .tittle-movel{
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
    }
    .tittle-movel .text-main-movel{
        color: #fff;
        align-self: center;
        text-align: center;
        font-family: "Poppins", sans-serif;
    }
    .tittle-movel .text-main-movel h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 2.5em;
        text-transform: uppercase;
        color: #fff;
    }
    .tittle-movel .text-main-movel h1>span{
        color: transparent;
        -webkit-text-stroke: 0.03rem #fff;
    }
    .btn-main-movel{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-main-movel:hover{
        filter: brightness(75%);
    }
    .btn-card-movel{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-card-movel:hover{
        filter: brightness(75%);
    }
    .container-main-button{
        margin-top: 20px;
        align-self: center;
    }
    .movel-img{
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }
    .movel-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .movel-img1{
        position: relative;
    }
    .link-sb{
        text-transform: capitalize;
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #fff;
        text-decoration: none;
        transition: all 0.5s ease;
        font-family: "Poppins", sans-serif;
    }
    .link-sb:hover{
        text-decoration: underline;
    }
    .sobre-valoriza{
        height: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .sobre-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: transparent;
        background-clip: text;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 2.9em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;

    }
    .card-vivo-valoriza{
        width: 90%;
        gap: 20px;
    }

    .card-vivo-valoriza>img{
        background-image:linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        width: 70px;
        margin: 0 auto;

        
    }
    .container-valoriza2 h2{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 14pt;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-family: "Poppins", sans-serif;
    }
    .text-card-valoriza>p{
        color: var(--color-grey-text);
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }
    .tittle-smart{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
        height: 90px;
        display: none;
    }
    .movel-img1 div{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.425);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        top: 0;
    }
    .movel-img{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }
    .movel-img .movel-img1{
        position: relative;
    }
    .movel-img .movel-img1 h1{
        position: absolute;
        color: #fff;
        font-size: 20pt;
        font-family: "Poppins", sans-serif;
        margin-top: 20px;
        width: 160px;
        left: 30px;
        top: 30px;
        backdrop-filter: blur(1px);
    }
    
    .movel-img .movel-img1 h1 span{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .movel-img1 .link-sb{
        text-transform: capitalize;
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #fff;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .tittle-smart h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 3em;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        text-align: center;

    }
    .marquee{
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 20vh;
    }
    .content-marquee{
        display: inline-block;
        animation: marquee 20s linear infinite;
    }
    .content-marquee2{
        display: inline-block;
        animation: marquee2 20s linear infinite;
    }
    .marquee-img{
        display: inline-block;
        padding: 0 10px;
    }
    .marquee-img img{
        width: 90px;
        height: auto;
    }
    .nav-carousel{
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .nav-carousel nav{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        
    }
    .nav-carousel nav ul{
        gap: 50px;
        list-style: none;
        align-self: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 0;
    }
    .nav-carousel nav ul .list-fixo{
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
        position: relative;
    }
    .nav-carousel nav ul .list-fixo:hover{
        color: var(--color-violeta);
    }
    .nav-carousel nav ul .list-fixo.banda-larga::after{
        content: " ";
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -5px;
        left: 0;
        transition: all 1s ease;
        display: none;
    }
    .carousel.slide ~ .nav-carousel nav ul .list-fixo::after {
        transform: scale(4);
    }
    .nav-carousel nav ul hr{
        color: var(--color-violeta);
        height: 1px;
        width:20px;
        transform: rotate(90deg);
        display: none;
    }
    .carousel-movel{
        display: none;
    }
    .gigas h1 img{
        margin-left: 3px;
        width: 20px;
    }
    .card.movel .d-flex div img{
        width: 30px;
        align-items: start;
        margin-bottom: 0.5rem;
    }
    .card.movel .d-flex p{
        margin-bottom: 0 !important;
    }
    .card.movel .d-flex {
        gap: 10px;
    }
    .carousel-movel.banda-larga{
        animation: fade-in 1s ease;
    }
    .carousel-movel.linha-fixo{
        animation: fade-in 1s ease;
    }
    .carousel-movel.tv{
        animation: fade-in 1s ease;
    }
    .carousel-control-prev svg,
    .carousel-control-next svg {
    width: 2rem; /* Ajusta o tamanho do ícone */
    height: 2rem; /* Ajusta o tamanho do ícone */
    color: #000000; /* Cor do ícone */
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
    background: none; /* Remove o fundo padrão */
    width: auto; /* Ajusta a largura conforme necessário */
    height: auto; /* Ajusta a altura conforme necessário */
}
.bonus20{
    padding: 0;
}
.bonus20 .container-bonus-text {
    width: 90%;
}
.bonus20 .container-bonus-text .bonus20-content h1{
    width: 100%;
    font-size: 1.5rem;
}
.bonus20 .container-bonus-text .bonuslig-content h1{
    width: 100%;
    font-size: 1.5rem;
}
.bonus20 .container-bonus-text .bonus20-content p{
    width: 100%;
    font-size: 1.1rem;
    text-align: justify;
}
.bonus20-content{
    width: 100%;
}
    @keyframes marquee {
        0% {
            transform: translateX(15%);
        }
        100% {
            transform: translateX(-101%);
        }
    }
    @keyframes marquee2 {
        0% {
            transform: translateX(-101%);
        }
        100% {
            transform: translateX(15%);
        }
    }
    .bonus20 .img-bonus20{
        display: none;
    }
    .list-fixo.banda-larga,.list-fixo.linha-fixa,.list-fixo.tv {
        font-size: .8rem !important;
    }
    .nav-carousel nav ul{
        flex-wrap: wrap;
    }
    .tittle-linkdedicado p{
        text-align: justify;
        hyphens: auto;
        font-size: 1rem;
        line-height: 25.6px;
        hyphens: auto;
    }
    .tittle-linkdedicado h1{
        font-size: 2.5rem;
        line-height: 40px;
    }
    .carousel-inner{
        overflow: visible!important;
    }
    .carousel-item{
        padding: 40px;
    }
    .container-card-sip{
        padding: 0;
        justify-items: center;
    }
    .card.sip div p{
        font-size: 1rem;
        line-height: 25.6px;
    }
    .card.sip.g{
        gap: 60px;
    }
    .card.sip{
        width: 250px;
    }
    #ti-vvn article .tittle-linkdedicado{
        margin-top: 0;
    }
    .tittle-linkdedicado h2{
        font-size: 1.5rem;
    }
    .cardtech-text p{
        font-size: 1rem;
        line-height: 25.6px;
    }
    .card.vivotech p{
        font-size: 1rem;
    }
    .card.vivotech-v h3{
        font-size: 1.5rem;
    }
    #ti-sip .tittle-linkdedicado.um{
        margin-top: 0;
        padding: 60px 40px 0px 30px;
    }
    .info-vivotech-ben{
        padding: 20px;
        height: 100%;
    }
    .info-vivotech-ben p {
        font-size: 1rem;
        line-height: 25.6px;
    }
    .info-vivotech-ben img{
        display: none;
    }
    #m365 {
        padding: 0;
    }
    .container-cards-office{
        padding: 40px;
    }
    .tittle-linkdedicado{
        padding: 30px 40px 10px 40px ;
    }
    .container-card-mdm{
        padding: 0px 40px 40px 40px;
    }
    .container-mdm{
        display: none;
    }
    .wifi-pro-plan.card{
        width: 100%;
    }
    .wifi-pro-ben.card div p{
        font-size: 1rem;
        line-height: 25.6px;
    }
    .wifi-pro-ben.card h3{
        font-size: 1.5rem;
        text-align: left;
    }
    .wifi-pro-ben.card div h4{
        font-size: 1.5rem;
    }
    .wifi-pro-plan.card{
        gap: 30px;
        flex-wrap: wrap;
    }
    .wifipro-plan{
        padding: 10px;
        border-radius: 10px;
        border: solid 1px var(--color-violeta-claro);
    }
    .container-wifipro{
        display: none;
    }
    #intro-Solucoes{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70svh;
    }
    .card-img-sip{
        grid-row: 1;
        padding:0px 40px 0px 30px;
    }
    .tittle-linkdedicado.tech{
        padding-top: 60px;
    }
    .card-img-sip div{
        padding: 0;
    }
    .card-img-sip div img{
        display: none;
    }
    .container-card-mdm{
        display: none;
    }
    .card.mdm-info {
        height: 224px ;
    }
    .tittle-linkdedicado.tech{
        padding-top: 80px;
    }
    .card.movel.ld{
        display: flex;
        flex-direction: column;
    }
    .valoriza-text.ld.f p {
        font-weight: 200 !important;
        color: #fff !important;
    }
    .container-office{
        display: none;
    }
    .container-wfipro{
        display: none;
    }
    .swiper-main .swiper-button-next,
    .swiper-button-prev{
        padding: 0!important;
    }
    .swiper-sobre{
        margin-top: 60%;
    }
    .swiper-movel{
        padding: 30px;
        width: 100%;
    }
    .container-blob-sip{
        display: none;
    }
    .btn-first-card.vvn{
        font-size: 1rem;
        width: 140px;
        margin-bottom: 30px;
    }
    .swiper-wifipro{
        margin-bottom: 40px;
    }
    .container-card-sip{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .info-vivotech-ben p{
        text-align: center!important;
    }
    .bonus20{
        margin-top: 30px;
    }
    
} 
@media (min-width: 481px) and (max-width:769px){

    /* header */
    .superior{
        overflow: hidden;
        height: 70px !important;
        z-index: 100;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
    }
    .logo{
        display: flex;
        flex-direction: row-reverse;
        gap: 1.5rem;
    }
    /*{{ZAP - FIXED}}*/

    .container-vivo-parceiro{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
    }
    .center-svg{
        gap: 2rem;
    }
    .container-logo-maromatel{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
    }
    .logo-parceiro-head{
        object-fit: cover;
        margin: 0;
        width: 100px;
    }
    .logo-maromatel-head{
        object-fit: cover;
        margin: 0;
        width: 150px;
    }
    .hamburguer{
        margin-right: 40px;
        width: 3rem;
        z-index: 100;

    }
    .hamburguer>img{
        cursor: pointer;
    }
    @keyframes fade-in-menu {
        from{
            overflow: hidden;
            
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    /*sessao1*/
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE&display=swap');


    #sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #sessao3{
        display: none;
    }
    .divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
    }
    #sessao11{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    #sessao11::after{
        content: " ";
        height: 100%;
        width: 100%;
        position:absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
    }
    
    #im1{
        height: 50svh;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: auto;
        margin-top: 4rem;
    }
    #im2{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover;
        object-position: right;
        margin-top: 4rem;
    }
    #im3{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: right;
        margin-top: 4rem;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    }
    #promo-main-banner{
        height: 100svh !important;
        gap:3rem !important;
    }
    .sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);

    }
    .pseudo-third {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
        z-index: 0;
    }
    .container-cards{
    display: flex;

    }
    #divisor2{
    align-self: center;
    width: 75%;
    }
    .sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
    }
    .sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
    }
    .sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
    }
    .container-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.12rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }
    .card-vivo{
        width: 80% !important;
    }
    .card-vivo img{
        width: 30% !important;
    }
    #img-wifi{
    padding: 3rem;
    }
    #plans-info2>img{
    position: absolute;
    transform: scaleX(-1);
    top: -5rem;
    }
    #plans-info3>img{
    position: absolute;
    top: 0rem;
    z-index: -1;
    opacity: 0.8;
    }
    #sessao-avancado{
        height: 100%;
    }
    .carousel-ti{
        width: 80% !important;
    }
    #paralax-fixo{
        height: 50svh;
        position: relative;
    }
  
    #paralax-total{
        height: 50svh;
        position: relative;
    }

    
    #paralax-avancado{
        height: 50svh;
        position: relative;
    }

    #main1-im1{
        height: 100%;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im2{
        height: 100%;
        width: 100% !important; 
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im3{
        height: 100%;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin:0 auto;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .card>div>p{
        text-align: center;
    }
    .card-tittle{
        align-self: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 3em;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        color: var(--text-color-primary);
        align-self: center;
    }
    .movel-img{
        display: grid!important;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))!important;
        justify-items: center;
    }
    .movel-img .movel-img1{
        position: relative;
        width: 300px;
    }
    .movel-img1 a img{
        width: 300px!important;
    }
    .movel-img1 div{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.425);
        height: 100%;
        width: 100%;
        border-radius: 10px;
        top: 0;
    }
    .movel-img1 h1{
        position: absolute;
        color: #fff;
        font-size: 15pt;
        font-family: "Poppins", sans-serif;
        width: 30%;
        left: 30px;
        top: 50px;
        backdrop-filter: blur(1px);
    }
    .movel-img1 h1 span{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        text-transform: uppercase;
    }
    .movel-img1 .link-sb{
        text-transform: capitalize;
        position: absolute;
        bottom: 10px;
        left: 30px !important;
        color: #fff;
        text-decoration: none;
        font-size: 15pt!important;
        transition: all 0.5s ease;
    }
    .btn-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 10rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        align-self: center;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-card:hover{
        filter: brightness(75%);
    }
    .text-card{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    .text-card1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card1>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    #bg-avancado{
        display: none;
    }
    #img-main-info>img{
        display: none;
    }
    .mtittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-top: 3.12rem;
        text-align: center;
        font-size: 3em;
        color: #fff;
    }
    .carousel-card-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.9em;
        text-align: center;
        margin-bottom: 2rem;
    }
    .carousel-control-prev-icon.carousel3 {
        margin-bottom: 6rem !important;
        margin-left: 0rem;
       }
       
    .carousel-control-next-icon.carousel3 {
        margin-bottom: 6rem !important;
        margin-right: 0rem;
    }
    .logo-maromatel-end{
        width: 35rem;
    }
    .endereco{
        font-size: 1.3em;
        text-align: center;
        margin:0 20%;
        color: #fff;
    }
    .p-text1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.4em;
    }
    /*{{CARD - SOBRE MAROMATEL}}*/
    .p-text{
        font-size: 1.3em;

    }
    .card-p{
        word-break: break-all;
        hyphens: auto;
        text-align: center;
    }

    /*{{CARD DE BENEFICIOS}}*/
    .img-card-b{
        width: 30%;
        margin: 0 auto;

    }
    /*{{ZAP - FIXED}}*/

    .carousel-indicators.carousel1{
        margin-bottom: 10% !important;
        
    }
    .carousel-indicators.carousel2{
        margin-bottom: 50% !important;
        
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
     }

    .carousel-control-prev.carousel2{
        margin-bottom: 50% !important;
    }
    .carousel-control-next.carousel2{
        margin-bottom: 50% !important;
    }
    .btn-first-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 20.37rem;
        height: 4.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.3rem;
        color: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-first-card:hover{
        filter: brightness(75%);
    }
    .content-d{
        display: none;
    }
    #plans-info2>div{
        margin-top: 7%;
    }

    .container-cards-vivo{
        flex-direction: column !important;
    }
    .rr{
        margin-top: 1rem !important;
    }
    .hashtag{
        position: absolute;
        width: 20%;
        z-index: 0;
        opacity: 0.2;
        top: 4em;
        left: 0rem;
    }
    .sessao-sobre{
        height: 100svh;
    }
    .sessao-sobre2{
        display: none;
    }
    .card-sobre{
        height: 100% !important; 
        background-color: transparent !important;
        /* backdrop-filter: blur(1rem); */
        border: none !important;
        box-shadow: none;
    }
    .card-end{
        background-color: #fff;
        border: 0.19rem solid var(--text-color-primary);
        transition: 0.1s ease;
        border-radius: 1.5rem;
        height: 15rem;
        width: 20rem;
        gap: 3rem !important;
    }
    .mtext{
        text-align: justify;
        text-justify: inter-word;
        color: black;
        font-size: 1.2em;
        hyphens: auto;
    }
    .btn-sobre{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border-radius: 10px;
        border: none;
        color: #fff;
        width: 20.37rem;
        height: 4.8rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.5em;
        cursor: pointer;
        margin-bottom: 5rem;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-sobre:hover{
        filter: brightness(75%);
    }
    .cnpj-button{
        gap: 2rem;
    }

    .vivo-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 4.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
    }
    .vivo-p{
        text-align: center;
        margin: 0 20%;
        font-size: 20pt;
        font-family: "Poppins", sans-serif;
    }
    .container-movel{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        position:relative;
    }
    .container-movel .img-movel {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-fixo {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-fixo>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-total {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-total>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .tittle-movel{
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        gap: 40px;
    }
    .tittle-movel .text-main-movel{
        color: #fff;
        align-self: center;
        text-align: center;

    }
    .tittle-movel .text-main-movel h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        color: #fff;
    }
    .tittle-movel .text-main-movel h1>span{
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    .tittle-movel .text-main-movel h2{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 2em;
        text-transform: uppercase;
        color: #fff;
    }
    .container-main-button{
        margin-top: 20px;
        align-self: center;
    }
    .container-main-button a{
        text-decoration: none;
    }
    .container-main-button a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .tittle-smart{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
        height: 90px;
        display: none;
    }
    .tittle-smart h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        text-align: center;

    }
    .card.movel{
        width: 100%;
    }
    .head-card p{
        text-align: center;
        align-self: center;
        font-size: 10pt;
    }
    .head-card-img img{
        width: 40px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 1rem !important;
    }
    .icon-valoriza img{
        align-self: center;
        width: 30px;
    }
    .card.movel p{
        font-size: 1em;
        color: var(--color-grey-text);
    }
    .card.movel>a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        align-self: center;
        transition: all .20s ease;
        margin-top: 20px;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .card.movel>a>button:hover{
        filter: brightness(75%);
    }
    .gigas h1{
        position: relative;
        font-size: 7em;
        color: var(--color-violeta);
    }
    .gb {
        top: 0;
        position: absolute;
        font-size: 0.4em !important;
    }
    .card.movel>ul{
        list-style: none;
    }
    .card.movel>ul>li{
        font-size: 9pt;
        color: var(--color-violeta-escuro);
        text-indent: -1rem;
    }
    .card.movel>ul>li::before{
        content: "+";
        padding-right: 5px;
    }
    .text-card-movel{
        display: flex;
        align-items: start;
    }
    .valoriza-text p{
        font-size: 1.2em;
        color: var(--color-grey-text);
    }
    .carousel-movel{
        margin-top: 40px;
    }
    .carousel-movel .carousel-inner{
        display: flex;
        gap: 20px;
        padding: 20px;
        scroll-behavior: smooth;
    }
    .carousel-movel .carousel-inner.active{
        cursor: grab;
        user-select: none !important;
    }
    .carousel-movel .carousel-inner .carousel-item{
        margin-right: 0;
        flex: 0 0 64.33333333%;
        display: block;
    }
    .sobre-valoriza{
        height: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .sobre-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: transparent;
        background-clip: text;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;

    }
    .card-vivo-valoriza{
        width: 330px;
        gap: 30px;
    }
    .card-vivo-valoriza h1{
        
    }
    .container-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        font-size: 19pt;
    }
    .vivo-gestao h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        font-size: 19pt;
    }
    .card-vivo-valoriza>img{
        width: 50px;
        margin: 0 auto;
    }
    .container-valoriza2 h2{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 18pt;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .text-card-valoriza p{
        color: var(--color-grey-text);
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }
    .movel-img{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 40px;
    }
    .movel-img1{
        position: relative;
    }
    .movel-img1 a img{
        width: 500px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .movel-img1 .link-sb{
        position: absolute;
        bottom: 40px;
        left: 60px;
        width: 100%;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 20pt;
        text-transform: capitalize;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
    }
    .marquee{
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 15vh;
    }
    .content-marquee{
        display: inline-block;
        animation: marquee 20s linear infinite;
    }
    .content-marquee2{
        display: inline-block;
        animation: marquee2 20s linear infinite;
    }
    .marquee-img{
        display: inline-block;
        padding: 0 10px;
    }
    .marquee-img img{
        width: 90px;
        height: auto;
    }
    .beneficios-valoriza{
        gap: 7px;
    }
    .bonus20 .container-bonus-text {
        width: 90%;
    }
    @keyframes marquee {
        0% {
            transform: translateX(30%);
        }
        100% {
            transform: translateX(-110%);
        }
    }
    @keyframes marquee2 {
        0% {
            transform: translateX(-110%);
        }
        100% {
            transform: translateX(30%);
        }
    }
    .bonus20 .img-bonus20{
        display: none;
    }
    .list-fixo {
        font-size: 1.1rem !important;
    }
    
    .nav-carousel nav ul{
        margin-bottom: 0 !important;
    }
    .container-card-sip {
        padding-left: 0;
        padding: 10px;
    }
    .card-img-sip div:nth-child(2){
        display: none;
    }
    #ti-vvn article .tittle-linkdedicado{
        margin-top: 0;
    }
    .info-vivotech-ben{
        height: 100%;
        padding: 30px;
    }
    .info-vivotech-ben img {
        display: none;
    }
    .container-card-mdm{
        display: none;
    }
    .card.wifipro-plan{
        width: 200px!important;
        margin-bottom: 30px;
    }
    .container-wfipro{
        display: grid;
        justify-items: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
    .wifi-pro-ben{
        width: 100%;
    }
    .card.wifi-pro-fun{
        width: 100%;
    }
    .container-wifipro{
        display:none;
    }
    .container-card-mdm{

    }
    .card.movel.ld.swiper-slide{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
    }
    .container-office{
        display: none;
    }
    .swiper-wifipro{
        display: none;
    }
    .btn-first-card.vvn.wifipro{
        font-size: 1rem;
        width: 120px;
        height: 50px;
    }
    .container-wfipro{
        display: flex!important;
        gap: 20px;
    }
    .valoriza-text.ld.f{
        height: auto;
        padding: 10px;
    }
    .valoriza-text.ld.f p {
        font-weight: 200 !important;
        color: #fff !important;
    }
    .swiper-ti{
        width: 100%!important;
    }
    .swiper-sobre{
        margin-top: 50%;
    }
    .tittle-linkdedicado.tech{
        padding: 0px 40px 10px 40px!important;
    }
    .container-blob-sip{
        display: none;
    }
    .container-card-sip{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .swiper-tech{
        margin-bottom: 50px;
    }
    .m365{
        margin-top: 0;
    }
}
@media(min-width: 770px) and (max-width:1024px) {
    /* header */
    .superior{
        height: 100px !important;
        z-index: 100;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
    }
    .logo{
        display: flex;
        flex-direction: row-reverse;
        gap: 0 !important;
        height: 100%;
    }
    #plans-info2>div{
        margin-top: 7%;
    }
    .container-cards-vivo{
        flex-direction: column !important;
    }
    .container-vivo-parceiro{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        align-self: center;
        margin-left: 1rem;
    }
    .pseudo-third {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
        z-index: 0;
    }
    .container-logo-maromatel{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .logo-parceiro-head{
        object-fit: cover;
        margin: 0;       
        width: 7.5rem;
    }
    .logo-maromatel-head{
        object-fit: cover;
        margin: 0;
        width: 10rem;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer>img{
        display: none   ;
        cursor: pointer;
        margin: 0;
    }
    @keyframes fade-in-menu {
        from{
            overflow: hidden;
            
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

/* sessao1 */
#sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #sessao3{
        display: none;
    }
    .divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
    }
    #sessao11{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    #sessao11::after{
        content: " ";
        height: 100%;
        width: 100%;
        position:absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
    }

    #im1{
        height: 50svh;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: auto;
        margin-top: 4rem;
    }
    #im2{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover;
        object-position: right;
        margin-top: 4rem;
    }
    #im3{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: right;
        margin-top: 4rem;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    }
    #promo-main-banner{
        height: 100svh !important;
        gap:1rem !important;
    }
    .sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);

    }

    .container-cards{
    display: flex;

    }
    #divisor2{
    align-self: center;
    width: 75%;
    }
    .container-cnpj{
        margin-bottom: 2rem;
    }
    .sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
    }
    .sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
    }
    .sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
    }
    .container-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.12rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }
    #img-wifi{
    padding: 3rem;
    }
    #plans-info2>img{
    position: absolute;
    transform: scaleX(-1);
    top: -5rem;
    }
    #plans-info3>img{
    position: absolute;
    top: 0rem;
    z-index: -1;
    opacity: 0.8;
    }
    #sessao-avancado{
        height: 100%;
    }
    .carousel-ti{
        width: 65% !important;
    }
    #paralax-fixo{
        height: 50svh;

        position: relative;
    }
    .center-svg{
        gap: 1rem;
    }

    
    #paralax-total{
        height: 50svh;
        position: relative;
    }

    
    #paralax-avancado{
        height: 50svh;
        position: relative;
    }

    .content-d{
        display: none;
    }
    .rr{
        margin-top: 1rem !important;
    }

    #main1-im1{
        height: 100%;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im2{
        height: 100%;
        width: 100% !important; 
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im3{
        height: 100%;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin:0 auto;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .card>div>p{
        text-align: center;
    }
    .card-tittle{
        align-self: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 3em;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        color: var(--text-color-primary);
        align-self: center;
    }
    .btn-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 10rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        align-self: center;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-card:hover{
        filter: brightness(75%);
    }
    
    .text-card{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    .text-card1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card1>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    #bg-avancado{
        display: none;
    }
    #img-main-info>img{
        display: none;
    }
    .mtittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-top: 3.12rem;
        text-align: center;
        font-size: 3em;
        color: #fff;
    }
    .carousel-card-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.9em;
        text-align: center;
        margin-bottom: 2rem;
    }
    .carousel-control-prev-icon.carousel3 {
        margin-bottom: 12rem !important;
        margin-left: 0rem;
        }
        
    .carousel-control-next-icon.carousel3 {
        margin-bottom: 12rem !important;
        margin-right: 0rem;
    }
    .logo-maromatel-end{
        width: 35rem;
    }
    .endereco{
        font-size: 1.3em;
        text-align: center;
        color: #fff;
    }
    .p-text1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.4em;
    }
    /*{{CARD - SOBRE MAROMATEL}}*/
    .p-text{
        font-size: 1.3em;

    }
    .card-p{
        word-break: break-all;
        hyphens: auto;
        text-align: center;
    }

    /*{{CARD DE BENEFICIOS}}*/
    .img-card-b{
        width: 30%;
        margin: 0 auto;

    }
    /*{{ZAP - FIXED}}*/

    .carousel-indicators.carousel1{
        position: absolute !important;
        top: 90%;
        
    }
    .carousel-indicators.carousel2{
        position: absolute !important;
        top: 56%;
        
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        }
    .carousel-control-prev.carousel1{
        margin-bottom: 0rem !important;
    }
    .carousel-control-next.carousel1{
        margin-bottom: 0rem !important;
    }
    .carousel-control-prev.carousel2{
        margin-bottom: 50% !important;
    }
    .carousel-control-next.carousel2{
        margin-bottom: 50% !important;
    }
    .btn-first-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 20.37rem;
        height: 4.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.3rem;
        color: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-first-card:hover{
        filter: brightness(75%);
    }
    .hashtag{
        position: absolute;
        width: 20%;
        z-index: 0;
        opacity: 0.2;
        top: 4em;
        left: 0rem;
    }
    .sessao-sobre{
        height: 100vh;
    }
    .sessao-sobre2{
        display: none;
    }
    .card-sobre{
        height: 100% !important; 
        background-color: transparent !important;
        /* backdrop-filter: blur(1rem); */
        border: none !important;
        box-shadow: none;
    }
    .card-end{
        padding: 20px;
        background-color: #fff;
        border: 0.19rem solid var(--text-color-primary);
        transition: 0.1s ease;
        border-radius: 1.5rem;
        height:100%;
        width: 50%;
        gap: 3rem !important;
    }
    .mtext{
        text-align: justify;
        text-justify: inter-word;
        color: black;
        font-size: 1.5em;
        hyphens: auto;
    }
    .r-tittle{
        margin-top: 1rem;
        color: #fff;
    }
    .btn-sobre{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border-radius: 10px;
        border: none;
        color: #fff;
        width: 20.37rem;
        height: 4.8rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.5em;
        cursor: pointer;
        margin-bottom: 5rem;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-sobre:hover{
        filter: brightness(75%);
    }
    .vivo-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 70pt;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
    }
    .vivo-p{
        text-align: center;
        margin: 0 20%;
        font-size: 20pt;
        font-family: "Poppins", sans-serif;
    }
    .container-movel{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        position:relative;
    }
    .container-movel .img-movel {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-fixo {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-fixo>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-total {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-total>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .tittle-movel{
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        gap: 40px;
    }
    .tittle-movel .text-main-movel{
        color: #fff;
        align-self: center;
        text-align: center;

    }
    .tittle-movel .text-main-movel h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        color: #fff;
    }
    .tittle-movel .text-main-movel h1>span{
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    .tittle-movel .text-main-movel h2{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 2em;
        text-transform: uppercase;
        color: #fff;
    }
    .container-main-button{
        margin-top: 20px;
        align-self: center;
    }
    .container-main-button a{
        text-decoration: none;
    }
    .container-main-button a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .tittle-smart{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
        height: 90px;
        display: none;
    }
    .tittle-smart h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        text-align: center;

    }
    .head-card p{
        text-align: center;
        align-self: center;
        font-size: 10pt;
    }
    .head-card-img img{
        width: 40px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 1rem !important;
    }
    .card.movel p{
        font-size: 1em;
        color: var(--color-grey-text);
    }
    .icon-valoriza img{
        align-self: center;
        width: 30px;
    }
    .gigas h1{
        position: relative;
        font-size: 7em;
        color: var(--color-violeta);
    }
    .gb {
        top: 0;
        position: absolute;
        font-size: 0.4em !important;
    }
    .card.movel>ul{
        list-style: none;
    }
    .card.movel>ul>li{
        font-size: 9pt;
        color: var(--color-violeta-escuro);
        text-indent: -1rem;
    }
    .card.movel>ul>li::before{
        content: "+";
        padding-right: 5px;
    }
    .text-card-movel{
        display: flex;
        align-items: start;
    }
    .valoriza-text p{
        font-size: 1.2em;
        color: var(--color-grey-text);
    }
    .carousel-movel{
        margin-top: 40px;
    }
    .carousel-movel .carousel-inner{
        display: flex;
        gap: 20px;
        padding: 20px;
    }
    .carousel-movel .carousel-inner .carousel-item{
        margin-right: 0;
        flex: 0 0 10.33333333%;
        display: block;
    }
    .sobre-valoriza{
        height: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .sobre-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: transparent;
        background-clip: text;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }
    .card-vivo-valoriza{
        width: 330px;
        gap: 30px;
    }
    .card-vivo-valoriza>img{
        width: 50px;
        margin: 0 auto;
    }
    .container-valoriza2 h2{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 20pt;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .text-card-valoriza p{
        color: var(--color-grey-text);
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }
    .card.movel a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .movel-img{
        width: 100%;
        display: grid!important;
        grid-template-columns: repeat(auto-fill,minmax(350px,1fr))!important;
        justify-content: center;
        justify-items: center;
        gap: 20px;
        padding: 20px;
    }
    .movel-img1{
        width: 300px;
        position: relative;
    }
    .movel-img1 div{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .movel-img1 h1{
        position: absolute;
        color: #fff;
        font-size:15pt;
        text-transform: uppercase;
        top: 40px;
        width: 30%;
        left: 30px;
    }
    .movel-img1 h1 span{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        text-transform: uppercase;
    }
    .movel-img1 a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .movel-img1 .link-sb{
        position: absolute;
        bottom: 40px;
        left: 30px;
        width: 100%;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 15pt;
        text-transform: capitalize;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
    }
    .container-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 27pt;
        font-weight: bold;
        text-transform: uppercase;
    }
    .vivo-gestao h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 27pt;
        font-weight: bold;
        text-transform: uppercase;
    }
    .marquee{
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 15vh;
    }
    .content-marquee{
        display: inline-block;
        animation: marquee 20s linear infinite;
    }
    .content-marquee2{
        display: inline-block;
        animation: marquee2 20s linear infinite;
    }
    .marquee-img{
        display: inline-block;
        padding: 0 10px;
    }
    .marquee-img img{
        width: 90px;
        height: auto;
    }
    @keyframes marquee {
        0% {
            transform: translateX(30%);
        }
        100% {
            transform: translateX(-110%);
        }
    }
    @keyframes marquee2 {
        0% {
            transform: translateX(-110%);
        }
        100% {
            transform: translateX(30%);
        }
    }
    .beneficios-valoriza{
        gap: 10px;
    }
    .bonus20 .container-bonus-text {
        width: 90%;
    }
    .bonus20 .img-bonus20{
        display: none;
    }
    .list-fixo {
        font-size: 1.3rem !important;
    }
    .nav-carousel nav ul{
        margin-bottom: 0 !important;
    }
    .container-card-sip{
        padding-left: 0!important;
    }
    .info-vivotech-ben{
        height: 100%!important;
    }
    .info-vivotech-ben img{
        display: none;
    }
    .container-office{
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .glide-365{
        display: none;
    }
    #ti-vvn article .tittle-linkdedicado{
        margin-top: 0;
    }
    .glide-mdm{
        display: none;
    }
    .glide-wifipro{
        display: none;
    }
    .container-wfipro{
        padding: 30px;
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wifipro-plan{
        width: 200px!important;
    }
    .btn-first-card.vvn{
        width: 200px;
        height: 50px;
        font-size: 1.5rem;
    }
    .container-wifipro {
        display: none;
    }
    .container-wifipro-plan-ben{
        justify-content: center;
    }
    .card.movel.ld.swiper-slide{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
    }
    .swiper-wifipro{
        display: none;
    }
    .swiper-office{
        display: none;
    }
    .swiper-mdm{
        display: none;
    }
    .card.movel.ld.swiper-slide{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
        width: 350px!important;
    }
    .btn-first-card.vvn.wifipro{
        font-size: 1rem;
        width: 120px;
        height: 50px;
    }
    #intro-Solucoes article div{
        margin-top: 0!important;
    }
    .valoriza-text.ld.f p {
        font-weight: 200 !important;
        color: #fff !important;
    }
    .container-blob-sip{
        display: none;
    }
    .container-card-sip{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .card-img-sip div:nth-child(2){
        display: none;
    }
    .info-vivotech-ben{
        height: 100px!important;
    }
    .info-vivotech-ben p {
        margin-bottom: 0;
    }
} 
@media (min-width: 1025px) and (max-width: 1200px) {
    /* header */
    .superior{
        height: 80px !important;
        z-index: 100;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
    }
    .logo{
        display: flex;
        flex-direction: row-reverse;
        height: 100%;
        margin-bottom: 10px;
    }
    .container-vivo-parceiro{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        align-self: center;
        margin-left: 1rem;
    }
    .container-logo-maromatel{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .logo-parceiro-head{
        object-fit: cover;
        margin: 0;       
        width: 150px;
    }
    .logo-maromatel-head{
        object-fit: cover;
        margin: 0;
        width: 200px;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer>img{
        display: none   ;
        cursor: pointer;
        margin: 0;
    }
    @keyframes fade-in-menu {
        from{
            overflow: hidden;
            
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    
    /* sessao1 */
    #sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #sessao3{
        display: none;
    }
    .divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
    }
    #sessao11{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    #sessao11::after{
        content: " ";
        height: 100%;
        width: 100%;
        position:absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
    }
    
    #im1{
        height: 50svh;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: auto;
        margin-top: 10%;
    }
    #im2{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover;
        object-position: right;
        margin-top: 10%;
    }
    #im3{
        height: 50svh;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: right;
        margin-top: 10%;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    }
    #promo-main-banner{
        height: 100svh !important;
        gap:3.5rem !important;
    }
    .sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);
    
    }
    
    .container-cards{
    display: flex;
    
    }
    #divisor2{
    align-self: center;
    width: 75%;
    }
    .sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
    }
    .sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
    }
    .sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
    }
    .container-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.12rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }
    
    #img-wifi{
    padding: 3rem;
    }
    
    #plans-info2>img{
    position: absolute;
    transform: scaleX(-1);
    top: -5rem;
    }
    #plans-info3{
        height: 75vh;
    }
    #plans-info3>img{
    position: absolute;
    top: 0rem;
    z-index: -1;
    opacity: 0.8;
    }
    #sessao-avancado{
        height: 60svh;
        display: none;
    }
    .carousel-ti{
        width: 40% !important;
    }
    .container-cards-vivo{
        flex-direction: row !important;
    }
    .card-avancado{
        width: 30% !important;
    }
    #paralax-fixo{
        height: 60svh;
        position: relative;
    }
    
    
    #paralax-total{
        height: 60svh;
        position: relative;
    }
    
    .pseudo-third {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
        z-index: 0;
    }
    
    #paralax-avancado{
        height: 60vh;
        position: relative;
    }
    
    .beneficios-valoriza{
        gap: 10px;
    }
    #main1-im1{
        height: 100%;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im2{
        height: 100%;
        width: 100% !important; 
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im3{
        height: 100%;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin:0 auto;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .card>div>p{
        text-align: center;
    }
    .card-tittle{
        align-self: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 1.4em;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        color: var(--text-color-primary);
        align-self: center;
    }
    .content-d{
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: 1rem;
    }
    .text-center{
        width: 30.1% !important;
    }
    .btn-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 10rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        align-self: center;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-card:hover{
        filter: brightness(75%);
    }
    .text-card{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    
    .text-card>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    .text-card1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card1>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    #bg-avancado{
        display: none;
    }
    #img-main-info>img{
        display: none;
    }
    .mtittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-top: 3.12rem;
        text-align: center;
        font-size: 3em;
        color: #fff;
    }
    .carousel-card-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.9em;
        text-align: center;
        margin-bottom: 2rem;
    }
    .carousel-control-prev-icon.carousel3 {
        margin-bottom: 9rem !important;
        margin-left: 0rem;
        }
        
    .carousel-control-next-icon.carousel3 {
        margin-bottom: 9rem !important;
        margin-right: 0rem;
    }
    .logo-maromatel-end{
        margin-top: 1rem;
        width: 50%;
        object-fit: contain;
    }
    .endereco{
        font-size: 0.7em;
        text-align: center;
        margin:0 10%;
        margin-top: 1rem;
        color: #fff;
    }

    .ul-2{
        margin-left: -8rem;
    }
    .p-text1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.81em;
    }
    /*{{CARD - SOBRE MAROMATEL}}*/
    .p-text{
        font-size: 1.3em;
    
    }
    .card-p{
        word-break: break-all;
        hyphens: auto;
        text-align: center;
    }
    
    /*{{CARD DE BENEFICIOS}}*/
    .img-card-b{
        width: 30%;
        margin: 0 auto;
    
    }
    /*{{ZAP - FIXED}}*/
    
    .carousel-indicators.carousel1{
        margin-bottom: 2% !important;
        
    }
    .carousel-indicators.carousel2{
        margin-bottom: 50% !important;
        
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        }
    .carousel-control-prev.carousel1{
        margin-bottom: 0rem !important;
    }
    .carousel-control-next.carousel1{
        margin-bottom: 0rem !important;
    }
    .carousel-control-prev.carousel2{
        margin-bottom: 50% !important;
    }
    .carousel-control-next.carousel2{
        margin-bottom: 50% !important;
    }
    .btn-first-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 20.37rem;
        height: 4rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.3rem;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-first-card:hover{
        filter: brightness(75%);
    }
    .hashtag{
        position: absolute;
        width: 20%;
        z-index: 0;
        opacity: 0.2;
        top: 4em;
        left: 0rem;
    }
    .sessao-sobre{
        height: 100svh;
        display: none !important;
    }
    .sessao-sobre2{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100svh;
    }
    .card-sobre{
        height: 100% !important; 
        background-color: transparent !important;
        /* backdrop-filter: blur(1rem); */
        border: none !important;
        box-shadow: none;
    }
    .card-ben{
        width: 28% !important;
        border-radius: 20px !important;
    }
    .mtext{
        text-align: justify;
        text-justify: inter-word;
        color: black;
        font-size: 1.5em;
        hyphens: auto;
    }
    .r-tittle{
        color: #fff;
        font-size: 1.5em;
    }
    
    .btn-sobre{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border-radius: 10px;
        width: 20.37rem;
        height: 3.8rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2em;
        color: #fff;
        cursor: pointer;
        margin-top: 2rem;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-sobre:hover{
        filter: brightness(75%);
    }
    .card-vivo{
        width: 20% !important;
    }

    .logovivo{
        width: 100%;
        justify-content: space-between;
        margin: 0 4%;
    }
    .vivo-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 70pt;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
    }
    .vivo-p{
        text-align: center;
        margin: 0 20%;
        font-size: 18pt;
    }
    .container-movel{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        position:relative;

    }
    .container-movel .img-movel {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-fixo {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-fixo>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-total {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel-total>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .tittle-movel{
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        gap: 40px;
    }
    .tittle-movel .text-main-movel{
        color: #fff;
        align-self: center;
        text-align: center;

    }
    .tittle-movel .text-main-movel h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        color: #fff;
    }
    .tittle-movel .text-main-movel h1>span{
        color: transparent;
        -webkit-text-stroke: 0.04rem #fff;
    }
    .tittle-movel .text-main-movel h2{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 2em;
        text-transform: uppercase;
        color: #fff;
    }
    .container-main-button{
        margin-top: 20px;
        align-self: center;
    }
    .container-main-button a{
        text-decoration: none;
    }
    .container-main-button a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    
    .tittle-smart{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
        height: 90px;
        display: none;
    }
    .tittle-smart h1{
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        text-align: center;

    }
    .card.movel{
        width: 100%;
    }
    .head-card p{
        text-align: center;
        align-self: center;
        font-size: 10pt;
    }
    .head-card-img img{
        width: 40px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 1rem !important;
    }
    .card.movel p{
        font-size: 1em;
        color: var(--color-grey-text);
    }
    .icon-valoriza img{
        align-self: center;
        width: 30px;
    }
    .gigas h1{
        position: relative;
        font-size: 7em;
        color: var(--color-violeta);
    }
    .gb {
        top: 0;
        position: absolute;
        font-size: 0.4em !important;
    }
    .card.movel>ul{
        list-style: none;
    }
    .card.movel>ul>li{
        font-size: 9pt;
        color: var(--color-violeta-escuro);
        text-indent: -1rem;
    }
    .card.movel>ul>li::before{
        content: "+";
        padding-right: 5px;
    }
    .text-card-movel{
        display: flex;
        align-items: start;
    }
    .valoriza-text p{
        font-size: 1.2em;
        color: var(--color-grey-text);
    }
    .carousel-movel{
        margin-top: 40px;
    }
    .carousel-movel .carousel-inner{
        display: flex;
        gap: 20px;
        padding: 20px;
    }
    .carousel-movel .carousel-inner .carousel-item{
        margin-right: 0;
        flex: 0 0 30.33333333%;
        display: block;
    }
    .sobre-valoriza{
        height: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .sobre-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: transparent;
        background-clip: text;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 4em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }
    .card-vivo-valoriza{
        width: 330px;
        gap: 30px;
    }
    .card-vivo-valoriza>img{
        width: 50px;
        margin: 0 auto;
    }
    .container-valoriza h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 27pt;
        font-weight: bold;
        text-transform: uppercase;
    }
    .vivo-gestao h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 27pt;
        font-weight: bold;
        text-transform: uppercase;
    }
    .container-valoriza2 h2{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 20pt;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .text-card-valoriza p{
        color: var(--color-grey-text);
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }
    .d-flex.flex-column.gap-2 a{
        align-self: center;
    }
    .card.movel a>button{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        height: auto;
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 10px;
        text-transform: uppercase;
        font-size: 1.5em;
        cursor: pointer;
        transition: all .20s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .movel-img{
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
        width: 100%!important;
        justify-items: center!important;
        justify-content: center!important;
        align-items: center!important;
        gap: 20px;
        padding: 20px;
        position: relative;
    }
    .movel-img{
        width: 100%;
        display: grid!important;
        grid-template-columns: repeat(auto-fill,minmax(350px,1fr))!important;
        justify-content: center;
        justify-items: center;
        gap: 20px;
        padding: 20px;
    }
    .movel-img1{
        width: 300px;
        position: relative;
    }
    .movel-img1 div{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.425);
    }
    .movel-img1 h1{
        position: absolute;
        color: #fff;
        font-size:15pt;
        text-transform: uppercase;
        top: 40px;
        width: 30%;
        left: 30px;
    }
    .movel-img1 h1 span{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        text-transform: uppercase;
    }
    .movel-img1 a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .movel-img1 .link-sb{
        position: absolute;
        bottom: 40px;
        left: 30px;
        width: 100%;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 15pt;
        text-transform: capitalize;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
    }
    .marquee{
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 20vh;
    }
    .content-marquee{
        display: inline-block;
        animation: marquee 20s linear infinite;
    }
    .content-marquee2{
        display: inline-block;
        animation: marquee2 20s linear infinite;
    }
    .marquee-img{
        display: inline-block;
        padding: 0 10px;
    }
    .marquee-img img{
        width: 90px;
        height: auto;
    }
    @keyframes marquee {
        0% {
            transform: translateX(50%);
        }
        100% {
            transform: translateX(-110%);
        }
    }
    @keyframes marquee2 {
        0% {
            transform: translateX(-110%);
        }
        100% {
            transform: translateX(50%);
        }
    }
    .beneficios-valoriza{
        gap: 10px;
    }
    .list-fixo {
        font-size: 1.3rem !important;
    }
    .nav-carousel nav ul{
        margin-bottom: 0 !important;
    }
    #intro-Solucoes article div{
        margin-top: 0!important;
    }
    .card.movel.ld{
        display: flex;
    }
    .swiper-office{
        display: none;
    }
    .container-office{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }
    .swiper-mdm{
        display: none;
    }
    .swiper-wifipro{
        display: none;
    }
    .container-wfipro{
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .valoriza-text.ld.f p {
        font-weight: 200 !important;
        color: #fff !important;
    }
    .card-img-sip{
        grid-row: 1;
    }
    .card-img-sip div:nth-child(2){
        display: none;
    }
    .tittle-linkdedicado.tech{
        margin-top: 0 !important;
    }
    .info-vivotech-ben{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .info-vivotech-ben img {
        display: none;
    }
    .info-vivotech-ben p {
        margin-bottom: 0;
    }
    .btn-first-card.vvn.wifipro{
        font-size: 1rem;
        width: 150px;
        height: 40px;
    }
    .container-wfipro{
        padding: 0 60px;
        margin-bottom: 40px;
        justify-content: space-around;
    }
    .card.wifipro-plan{
        width: 250px;
    }
    .container-wifipro{
        display: none;
    }
    .container-blob-sip{
        display: none;
    }
    .img-movel{
        background-image: url(./media-img/maromatel-vivo-senhor-celular.png)!important;
    }
}
@media (min-width: 1201px) and (max-width: 1400px){
    /* header */
.superior{
    height: 60px !important;
    z-index: 100;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
}

.logo{
    display: flex;
    flex-direction: row-reverse;
    gap: 0 !important;
    height: 100%;
}
.container-vivo-parceiro{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    align-self: center;
    margin-left: 1rem;
}
.pseudo-third {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
    z-index: 0;
}
.container-logo-maromatel{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
.logo-parceiro-head{
    object-fit: cover;
    margin: 0;       
    width: 9rem;
}
.logo-maromatel-head{
    object-fit: cover;
    margin: 0;
    width: 9.5rem;
    margin-left: 2rem;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer>img{
    display: none   ;
    cursor: pointer;
    margin: 0;
}
@keyframes fade-in-menu {
    from{
        overflow: hidden;
        
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

   /* sessao1 */
#sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sessao3{
    display: none;
}
.divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
}    
#sessao11{
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#sessao11::after{
    content: " ";
    height: 100%;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
}

#prev{
    z-index: 0;
    margin-top: 5%;
}
.sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
}
#promo-main-banner{
    height: 100svh !important;
    gap:3.5rem !important;
}
.sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);
}

.container-cards{
    display: flex;
}
#divisor2{
    align-self: center;
    width: 75%;
}
.sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
}
.sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
}
.sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
}
.container-cards{
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   gap: 3.12rem;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%;
}

#img-wifi{
    padding: 3rem;
}  
#plans-info2>img{
    position: absolute;
    transform: scaleX(-1);
    top: -5rem;
}  
   #sessao-avancado{
       height: 60svh;
       display: none;
   }
   
   .carousel-ti{
       width: 40% !important;
   }
   .container-cards-vivo{
       flex-direction: row !important;
   }
   .card-avancado{
       width: 20% !important;
   }
   #paralax-fixo{
    height: 100vh;
    position: relative;
   }
   
   
   
   #paralax-total{
       height: 100vh;
       position: relative;
   }
   
   #paralax-avancado{
       height: 100vh;
       position: relative;
   }
   
   #main1-im1{
       height: 100%;
       /* margin-top: 200px; */
       width: 100% !important; 
       object-fit: cover !important;
       object-position: center;
       margin: 0 auto;
   }
   #main1-im2{
       height: 100%;
       width: 100% !important; 
       object-fit: cover;
       object-position: center;
       margin: 0 auto;
   }
   #main1-im3{
       height: 100%;
       width: 100% !important; 
       object-fit: cover !important;
       object-position: center;
       margin:0 auto;
   }
   #prev{
       z-index: 0;
       margin-top: 5%;
   }
   .card>div>p{
       text-align: center;
   }
   .card-tittle{
       align-self: flex-start;
       font-family: "Poppins", sans-serif;
       font-weight: bold;
       font-size: 15pt;
       text-align: center;
       font-style: normal;
       text-transform: uppercase;
       color: var(--text-color-primary);
       align-self: center;
   }
   .content-d{
       display: flex;
       align-items: center;
       justify-content: center;
       height: 100%;
       margin-top: 1rem;
   }
   .text-center{
       width: 27% !important;
   }
   .btn-card{
       background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
       border: none;
       border-radius: 10px;
       width: 8rem;
       height: 2.5rem;
       font-family: "Poppins", sans-serif;
       font-weight: bold;
       text-transform: uppercase;
       font-size: 1em;
       color: #fff;
       cursor: pointer;
       align-self: center;
       transition: all 0.15s ease;
       box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
   }
   .btn-card:hover{
       filter: brightness(75%);
   }
   .text-card{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       font-size: 5em;
       text-transform: uppercase;
       font-weight: bold;
       text-align: center;
       text-transform: uppercase;
       letter-spacing: 0.5rem;
       text-align: center;
       color: #fff;
       margin-top: 2rem;
   }
   .text-card>span{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       text-transform: uppercase;
       font-weight: bold;
       text-align: center;
       text-transform: uppercase;
       text-align: center;
       color: transparent;
       -webkit-text-stroke: 0.08rem #fff;
   }
   .text-card1{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       font-size: 5em;
       text-transform: uppercase;
       font-weight: bold;
       text-align: center;
       text-transform: uppercase;
       letter-spacing: 2rem;
       text-align: center;
       color: #fff;
       margin-top: 2rem;
   }
   .text-card1>span{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       text-transform: uppercase;
       font-weight: bold;
       text-align: center;
       text-transform: uppercase;
       text-align: center;
       color: transparent;
       -webkit-text-stroke: 0.08rem #fff;
   }
   
   #bg-avancado{
       display: none;
   }
   #img-main-info>img{
       display: none;
   }
   .mtittle{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-weight: 700;
       font-style: normal;
       text-transform: uppercase;
       margin-top: 3.12rem;
       text-align: center;
       font-size: 3em;
       color: #fff;
   }
   .carousel-card-tittle{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-weight: 700;
       font-style: normal;
       text-transform: uppercase;
       font-size: 20pt;
       text-align: center;
       margin-bottom: 2rem;
   }
   .carousel-control-prev-icon.carousel3 {
       margin-bottom: 9rem !important;
       margin-left: 0rem;
       }
       
   .carousel-control-next-icon.carousel3 {
       margin-bottom: 9rem !important;
       margin-right: 0rem;
   }
   .logo-maromatel-end{
       margin-top: 1rem;
       width: 50%;
       object-fit: contain;
   }
   .endereco{
       font-size: .7em;
       text-align: center;
       align-self: center;
       margin-top: 1.55rem;
       color: #fff;
   }
   .p-text1{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       text-transform: uppercase;
       font-size: 10pt;
   }
   /*{{CARD - SOBRE MAROMATEL}}*/
   .p-text{
       font-size: 1.3em;
   
   }
   .card-p{
       word-break: break-all;
       hyphens: auto;
       text-align: center;
   }
   
   /*{{CARD DE BENEFICIOS}}*/
   .img-card-b{
       width: 30%;
       margin: 0 auto;
   
   }
   /*{{ZAP - FIXED}}*/
   
   .carousel-indicators.carousel1{
       position: absolute !important;
       top:80%;
       height: 5%;
   }
   .carousel .carousel-indicators button {
       width: 10px;
       height: 10px;
       border-radius: 100%;
       }
   .carousel-control-prev.carousel1{
       margin-bottom: 0rem !important;
   }
   .carousel-control-next.carousel1{
       margin-bottom: 0rem !important;
   }
   .btn-first-card{
       background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
       border: none;
       border-radius: 10px;
       width: 11.37rem;
       height: 2.5rem;
       font-family: "Poppins", sans-serif;
       font-weight: bold;
       text-transform: uppercase;
       font-size: 1.3rem;
       color: #fff;
       cursor: pointer;
       z-index: 1;
       align-self: center;
       transition: all 0.15s ease;
       box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
   }
   
   .btn-first-card:hover{
       filter: brightness(75%);
   }
   .hashtag{
       position: absolute;
       width: 20%;
       z-index: 0;
       opacity: 0.2;
       top: 4em;
       left: 0rem;
   }
   .sessao-sobre{
       height: 100svh;
       display: none !important;
   }
   .sessao-sobre2{
    margin-top:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
   }
   .card-sobre{
       height: 100% !important; 
       background-color: transparent !important;
       /* backdrop-filter: blur(1rem); */
       border: none !important;
       box-shadow: none;
   }
   .card-ben{
       width: 23% !important;
   }
   .mtext{
       text-align: justify;
       text-justify: inter-word;
       color: black;
       font-size: .9em;
       hyphens: auto;
   }
   .r-tittle{
       margin-top: 1rem;
       font-size: 1em !important;
       color: #fff;
   }

   .btn-sobre{
       background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
       border: none;
       color: #fff;
       border-radius: 10px;
       width: 10.37rem;
       height: 2.8rem;
       font-family: "Poppins", sans-serif;
       font-weight: bold;
       text-transform: uppercase;
       font-size: 1em;
       color: #fff;
       cursor: pointer;
       transition: all 0.15s ease;
       box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
   }
   .btn-sobre:hover{
       filter: brightness(75%);
   }
   
   .vivo-tittle{
       align-self: center;
       font-family: "Poppins", sans-serif;
       font-style: normal;
       font-size: 70pt;
       text-transform: uppercase;
       font-weight: bold;
       text-align: center;
       text-transform: uppercase;
       background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
            color: transparent;
   }
   .vivo-p{
       text-align: center;
       margin: 0 20%;
       font-size: 15pt;
       font-family: "Poppins", sans-serif;
   }
   .container-movel{
       display: flex;
       align-items: center;
       justify-content: space-around;
       flex-direction: column;
       position:relative;
   }
    .container-movel .img-movel {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .container-movel .img-movel>div{
         position: absolute;
         height: 100%;
         width: 100%;
         background-color: rgba(0, 0, 0, 0.425);
    }
    .container-movel .img-movel-fixo {
        height: 80vh;
        width: 100%;
        position: relative;
   }
   .container-movel .img-movel-fixo>div{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.425);
   }
   .container-movel .img-movel-total {
    height: 80vh;
    width: 100%;
    position: relative;
}
.container-movel .img-movel-total>div{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.425);
}
    .tittle-movel{
         display: flex;
         flex-direction: column;
         width: 100%;
         position: absolute;
         gap: 40px;
    }
    .tittle-movel .text-main-movel{
         color: #fff;
         align-self: center;
         text-align: center;
    }
    .tittle-movel .text-main-movel h1{
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         font-size: 4em;
         text-transform: uppercase;
         color: #fff;
    }
    .tittle-movel .text-main-movel h1>span{
         color: transparent;
         -webkit-text-stroke: 0.04rem #fff;
    }
    .tittle-movel .text-main-movel h2{
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         font-size: 2em;
         text-transform: uppercase;
         color: #fff;
    }
    .container-main-button{
         margin-top: 20px;
         align-self: center;
    }
    .container-main-button a{
         text-decoration: none;
    }
    .container-main-button a>button{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         color: #fff;
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         height: auto;
         width: 100%;
         border: none;
         border-radius: 10px;
         padding: 10px;
         text-transform: uppercase;
         font-size: 1.5em;
         cursor: pointer;
         transition: all .20s ease;
         box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .tittle-smart{
         display: flex;
         flex-direction: column;
         width: 100%;
         margin-top: 100px;
         height: 90px;
         display: none;
    }
    .tittle-smart h1{
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         font-size: 4em;
         text-transform: uppercase;
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         text-align: center;
         
   
    }
    .card.movel{
         width: 100%;
    }
    .head-card p{
         text-align: center;
         align-self: center;
         font-size: 10pt;
    }
    .head-card-img img{
         width: 40px;
         height: 100%;
         object-fit: cover;
         border-radius: 10px;
    }
    .card.movel p{
         font-size: 6.4pt;
         color: var(--color-grey-text);
    }
    .icon-valoriza img{
         align-self: center;
         width: 30px;
    }
    .gigas h1{
         position: relative;
         font-size: 7em;
         color: var(--color-violeta);
    }
    .gb {
         top: 0;
         position: absolute;
         font-size: 0.4em !important;
    }
    .card.movel>ul{
         list-style: none;
    }
    .card.movel>ul>li{
         font-size: 9pt;
         color: var(--color-violeta-escuro);
         text-indent: -1rem;
    }
    .card.movel>ul>li::before{
         content: "+";
         padding-right: 5px;
    }
    .text-card-movel{
         display: flex;
         align-items: start;
    }
    .valoriza-text p{
         font-size: 1.2em;
         color: var(--color-grey-text);
    }
    .carousel-movel{
        margin-top: -15px;
    }
    .carousel-movel .carousel-inner{
         display: flex;
         gap: 20px;
         padding: 20px;
         flex-wrap: nowrap;
         scroll-behavior: smooth;
    }
    .carousel-movel .carousel-inner .carousel-item{
         margin-right: 0;
         flex: 0 0 24.33333333%;
         max-width: 0 0 25.33333333%;
         display: block;
         cursor: grabbing;
         user-select: none;
    }
    .sobre-valoriza{
         height: 100%;
         margin-bottom: 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: column;
         margin-top: 20px;
    }
    .sobre-valoriza h1{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         color: transparent;
         background-clip: text;
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         font-size: 4em;
         text-transform: uppercase;
         text-align: center;
         margin-bottom: 20px;
    }
    .container-cards{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%;
            padding: 0 50px;
    }
    .card-vivo-valoriza{
        width: 300px;
        padding: 20px !important;
        box-sizing: border-box !important;
        gap: 30px;
        height: auto;
        justify-content: center !important;
    }
    .card-vivo-valoriza>img{
        width: 40px;
        margin: 0 auto;
    }
    .card-vivo img{
        width: 30% !important;
    }
    .d-flex.flex-column.gap-2 a{
        align-self: center;
    }
    .container-valoriza h1{
            background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
            background-clip: text;
            color: transparent;
            font-size: 20pt;
            font-weight: bold;
            text-transform: uppercase;
    }
    .container-valoriza2{
        height: 150px;
    }
    .container-valoriza2 h2{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         font-size: 18.9pt;
         font-weight: bold;
         text-transform: uppercase;
         text-align: center;
    }
    .text-card-valoriza p{
         color: var(--color-grey-text);
         font-weight: 400;
         font-size: 0.8rem;
         text-align: center;
         word-break: break-word;
         hyphens: auto;
         margin-top: 20px;
         font-family: "Poppins", sans-serif;
    }
    .card.movel a>button{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         color: #fff;
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         height: auto;
         width: 100%;
         border: none;
         border-radius: 10px;
         padding: 10px;
         text-transform: uppercase;
         font-size: 1.5em;
         cursor: pointer;
         transition: all .20s ease;
         box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .movel-img{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(350px,1fr))!important;
        align-items: center;
        justify-items: center;
        justify-content: center;
        gap: 20px;
    }
    .movel-img1{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        position: relative;
        margin-top: 60px;
    }
    .movel-img1 div{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.425);
        height: 100%;
        width: 250px;
        border-radius: 10px;

    }
    .movel-img1 a{
        display: flex;
        align-items: center;
    }
    .movel-img1 a img{
        width: 250px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin: 0 auto;
        align-self: center;
    }
    .movel-img1 h1{
        position: absolute;
        color: #fff;
        font-size: 1rem;
        font-family: "Poppins", sans-serif;
        margin-top: 20px;
        width: 100px;
        left: 30px;
        top: 20px;
        backdrop-filter: blur(1px);
    }
    .movel-img1 h1 span{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-weight: bold;
        text-transform: uppercase;
    }
    .movel-img1 .link-sb{
        position: absolute;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1rem;
        text-transform: capitalize;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        left: 30px;
        bottom: 30px;
    }
    .marquee{
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 20vh;
    }
    .content-marquee{
        display: inline-block;
        animation: marquee 20s linear infinite;
    }
    .content-marquee2{
        display: inline-block;
        animation: marquee2 20s linear infinite;
    }
    .marquee-img{
        display: inline-block;
        padding: 0 10px;
    }
    .marquee-img img{
        width: 90px;
        height: auto;
    }
    .btn-main-movel:hover{
        filter: brightness(75%);
    }
    .container-cnpj{
        margin-right:-30px;
    }
    .vivo-gestao h1{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
        font-size: 20pt;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        
    }
    .beneficios-valoriza{
        gap: 7px;
    }
    @keyframes marquee {
        0% {
            transform: translateX(50%);
        }
        100% {
            transform: translateX(-110%);
        }
    }
    @keyframes marquee2 {
        0% {
            transform: translateX(-110%);
        }
        100% {
            transform: translateX(50%);
        }
    }
    .bonus20 .container-bonus-text .bonus20-content p{
        font-size: 1.3rem;
    }
    .rr{
        width: 100%;
    }
    .navbar-nav{
        width: 100%;
    }
    .r-tittle{
        font-size: 1.49rem !important;
    }
    .list-fixo {
        font-size: 1.3rem !important;
        
    }
    .nav-carousel nav ul{
        margin-bottom: 40px !important;
    }
    .ld-tittle h2 {
        font-size: 1rem;
    }
    .carousel-movel.carousel-movel.link-dedicado #carouselExampleControls .carousel-inner{
        padding: 0px 200px 7px 200px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .carousel-movel #carouselExampleControls .carousel-inner .carousel-item{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px!important;
    }
    .card.movel.ld {
        width: 100%;
        background-color: transparent;
        backdrop-filter: blur(20px);
        padding: 40px;
        border-radius: 0px;
    }
    .card.movel.ld ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin-top: 0px !important;
        padding-left: 0px;
        gap: 2px;
        width: 130%;
    }
    .card.movel.ld ul li {
        width: 100%;
        text-transform: capitalize;
        font-size: .65rem !important;
        margin-left: 80px;
    }
    .tittle-linkdedicado p {
        width: 100%;
    }
    .ld-tittle::after {
        height: 2px ;
    }
    .valoriza-text.ld.f p{
        font-weight: 200 !important;
        color: #fff !important;
    }
    .valoriza-text.ld.g p {
        color: #000000;
        text-align: center;
        text-transform: capitalize;
        font-weight: 300 !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }
    .beneficios-valoriza.ld .icon-valoriza img {
        margin-top: 20px;
        width: 25px !important;
    }
    .card.movel.ld{
        display: flex                                                                                                                                                                                                                                                                                                       ;
    }
    .swiper-dedicado{
        padding: 0 60px;
    }
    .swiper-tech{
        padding: 0 60px;
        margin-bottom: 60px;
    }
    .swiper-wifipro{
        padding: 0 60px;
    }
    .container-card-sip{
        padding-left: 0;
        padding: 0 60px;
    }
    .container-office{
        display: none;
    }
    .swiper-mdm{
        display: none;
    }
    .container-wfipro{
        display: none;
    }
    .card-img-sip{
        grid-row: 1;
    }
    .card-img-sip div:nth-child(2){
        display: none;
    }
    .info-vivotech-ben img{
        left: 50px;
    }
    .card.wifipro-plan{
        width: 250px!important;
    }
    .swiper-wifipro .swiper-wrapper{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 40px;
    }
    .card.office{
        width: 270px!important;
    }
    .swiper-office .swiper-wrapper{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .text-card-movel.ld-tittle h2{
        text-align: center;
    }
    .tittle-linkdedicado.int{
        padding: 40px 40px 10px 40px!important;
    }
    .tittle-linkdedicado.vvn{
        padding: 40px 40px 10px 40px!important;
    }
    .img-movel{
        background-image: url(./media-img/maromatel-vivo-senhor-celular.png)!important;
    }
}   
@media (min-width: 1401px) and (max-width:1800px){
    /* header */
    .superior{
        height: 70px !important;
        z-index: 100;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
    }
    .logo{
        display: flex;
        flex-direction: row-reverse;
        gap: 0 !important;
        height: 100%;
    }
    .container-vivo-parceiro{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        align-self: center;
        margin-left: 4rem;
    }
    .pseudo-third {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
        z-index: 0;
    }
    .container-logo-maromatel{
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .logo-parceiro-head{
        object-fit: cover;
        margin: 0;       
        width: 9rem;
    }
    .logo-maromatel-head{
        object-fit: cover;
        margin: 0;
        width: 9.5rem;
        margin-left: 2rem;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer{
        display: none;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 40px;
    }
    .hamburguer>img{
        display: none   ;
        cursor: pointer;
        margin: 0;
    }
    @keyframes fade-in-menu {
        from{
            overflow: hidden;
            
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    /* sessao1 */
    #sessao1,#sessao2,#sessao3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #sessao3{
        display: none;
    }
    .divisor{
    margin-bottom: 31.25rem;
    width: 62.5rem;
    }
    #sessao11{
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    #sessao11::after{
        content: " ";
        height: 100%;
        width: 100%;
        position:absolute;
        left: 0;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.425);
        border-radius: 100;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .sessao2{
    padding: 2.5rem;
    height: 6.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    }
    #promo-main-banner{
        height: 100svh !important;
        gap:3.5rem !important;
    }
    .sessao2>h1{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0rem;
    font-size: 1.5em;
    width: 100%;
    text-transform: uppercase;
    color: var(--text-color-primary);
    
    }
    
    .container-cards{
    display: flex;
    
    }
    #divisor2{
    align-self: center;
    width: 75%;
    }
    .sessao3{
    height: 0.125rem ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12.5rem;
    width: 100%;
    }
    .sessao3>h1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 3.12rem;
    }
    .sessao3>p{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0rem;
    }
    .container-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.12rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    }

    #img-wifi{
    padding: 3rem;
    }
    
    #plans-info2>img{
    position: absolute;
    transform: scaleX(-1);
    top: -5rem;
    }
    
    #sessao-avancado{
        height: 60svh;
        display: none;
    }
    
    .carousel-ti{
        width: 40% !important;
    }
    .container-cards-vivo{
        flex-direction: row !important;
    }
    .card-avancado{
        width: 20% !important;
    }
    .card-avancado div div img{
        width: 40% !important;
    }
    .d-flex.flex-column.gap-2 a{
        align-self: center;
    }
    #paralax-fixo{
        height: 70vh;
        position: relative;
    }
    
    
    #paralax-total{
        height: 70vh;
        position: relative;
    }
    
    #paralax-avancado{
        height: 70vh;
        position: relative;
    }
    
    #main1-im1{
        height: 100%;
        /* margin-top: 200px; */
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im2{
        height: 100%;
        width: 100% !important; 
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    #main1-im3{
        height: 100%;
        width: 100% !important; 
        object-fit: cover !important;
        object-position: center;
        margin:0 auto;
    }
    #prev{
        z-index: 0;
        margin-top: 5%;
    }
    .card>div>p{
        text-align: center;
    }
    .card-tittle{
        align-self: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 20pt;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        color: var(--text-color-primary);
        align-self: center;
    }
    .content-d{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 1rem;
    }
    .text-center{
        width: 27% !important;
    }
    .btn-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 8rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1em;
        color: #fff;
        cursor: pointer;
        align-self: center;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-card:hover{
        filter: brightness(75%);
    }
    .text-card{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    .text-card1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 5em;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2rem;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .text-card1>span{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 0.08rem #fff;
    }
    
    #bg-avancado{
        display: none;
    }
    #img-main-info>img{
        display: none;
    }
    .mtittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-top: 3.12rem;
        text-align: center;
        font-size: 3em;
        color: #fff;
    }
    .carousel-card-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 20pt;
        text-align: center;
        margin-bottom: 2rem;
    }
    .carousel-control-prev-icon.carousel3 {
        margin-bottom: 9rem !important;
        margin-left: 0rem;
        }
        
    .carousel-control-next-icon.carousel3 {
        margin-bottom: 9rem !important;
        margin-right: 0rem;
    }
    .logo-maromatel-end{
        margin-top: 1rem;
        width: 50%;
        object-fit: contain;
    }
    .endereco{
        font-size: .7em;
        text-align: center;
        align-self: center;
        margin-top: 1.55rem;
        color: #fff;
    }
    .p-text1{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.8em;
    }
    /*{{CARD - SOBRE MAROMATEL}}*/
    .p-text{
        font-size: 1.3em;
    
    }
    .card-p{
        word-break: break-all;
        hyphens: auto;
        text-align: center;
    }
    
    /*{{CARD DE BENEFICIOS}}*/
    .img-card-b{
        width: 30%;
        margin: 0 auto;
    
    }
    /*{{ZAP - FIXED}}*/
    
    .carousel-indicators.carousel1{
        position: absolute !important;
        top:80%;
        height: 5%;
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        }
    .carousel-control-prev.carousel1{
        margin-bottom: 0rem !important;
    }
    .carousel-control-next.carousel1{
        margin-bottom: 0rem !important;
    }
    .btn-first-card{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        border-radius: 10px;
        width: 11.37rem;
        height: 2.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        align-self: center;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    
    .btn-first-card:hover{
        filter: brightness(75%);
    }
    .hashtag{
        position: absolute;
        width: 20%;
        z-index: 0;
        opacity: 0.2;
        top: 4em;
        left: 0rem;
    }
    .sessao-sobre{
        height: 100svh;
        display: none !important;
    }
    .sessao-sobre2{
        margin-top:2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100svh;
    }
    .card-sobre{
        height: 100% !important; 
        background-color: transparent !important;
        /* backdrop-filter: blur(1rem); */
        border: none !important;
        box-shadow: none;
    }
    .card-ben{
        width: 23% !important;
    }
    .mtext{
        text-align: justify;
        text-justify: inter-word;
        color: black;
        font-size: .9em;
        hyphens: auto;
    }
    .r-tittle{
        margin-top: 1rem;
        font-size: 1em !important;
        color: #fff;
    }
    .btn-sobre{
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        border: none;
        color: #fff;
        border-radius: 10px;
        width: 10.37rem;
        height: 2.8rem;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1em;
        color: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
    }
    .btn-sobre:hover{
        filter: brightness(75%);
    }
    
    .vivo-tittle{
        align-self: center;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 70pt;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
        background-clip: text;
        color: transparent;
    }
    .vivo-p{
        text-align: center;
        margin: 0 20%;
        font-size: 20pt;
        font-family: "Poppins", sans-serif;
    }
    .container-movel{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        position:relative;
    }
     .container-movel .img-movel {
        height: 80vh;
        width: 100%;
        position: relative;
     }
     .container-movel .img-movel>div{
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.425);
     }
     .container-movel .img-movel-fixo {
        height: 80vh;
        width: 100%;
        position: relative;
     }
     .container-movel .img-movel-fixo>div{
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.425);
     }
     .container-movel .img-movel-total {
        height: 80vh;
        width: 100%;
        position: relative;
}
     .container-movel .img-movel-total>div{
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.425);
     }
     .tittle-movel{
          display: flex;
          flex-direction: column;
          width: 100%;
          position: absolute;
          gap: 40px;
     }
     .tittle-movel .text-main-movel{
          color: #fff;
          align-self: center;
          text-align: center;
     }
     .tittle-movel .text-main-movel h1{
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 4em;
          text-transform: uppercase;
          color: #fff;
     }
     .tittle-movel .text-main-movel h1>span{
          color: transparent;
          -webkit-text-stroke: 0.04rem #fff;
     }
     .tittle-movel .text-main-movel h2{
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 2em;
          text-transform: uppercase;
          color: #fff;
     }
     .container-main-button{
          margin-top: 20px;
          align-self: center;
     }
     .container-main-button a{
          text-decoration: none;
     }
     .container-main-button a>button{
          background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          height: auto;
          width: 100%;
          border: none;
          border-radius: 10px;
          padding: 10px;
          text-transform: uppercase;
          font-size: 1.5em;
          cursor: pointer;
          transition: all .20s ease;
          box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
     }
     .tittle-smart{
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-top: 100px;
          height: 90px;
          display: none;
     }
     .tittle-smart h1{
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 4em;
          text-transform: uppercase;
          background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
          background-clip: text;
          color: transparent;
          text-align: center;
          
    
     }
     .card.movel{
          width: 100%;
     }
     .head-card p{
          text-align: center;
          align-self: center;
          font-size: 10pt;
     }
     .head-card-img img{
          width: 40px;
          height: 100%;
          object-fit: cover;
          border-radius: 10px;
          margin-bottom: 1rem !important;
     }
     .card.movel p{
          font-size: 1em;
          color: var(--color-grey-text);
     }
     .icon-valoriza img{
          align-self: center;
          width: 30px;
     }
     .gigas h1{
          position: relative;
          font-size: 7em;
          color: var(--color-violeta);
     }
     .gb {
          top: 0;
          position: absolute;
          font-size: 0.4em !important;
     }
     .card.movel>ul{
          list-style: none;
     }
     .card.movel>ul>li{
          font-size: 9pt;
          color: var(--color-violeta-escuro);
          text-indent: -1rem;
     }
     .card.movel>ul>li::before{
          content: "+";
          padding-right: 5px;
     }
     .text-card-movel{
          display: flex;
          align-items: start;
     }
     .valoriza-text p{
          font-size: 1.2em;
          color: var(--color-grey-text);
     }
     .carousel-movel{
         margin-top: 40px;
     }
     .carousel-movel .carousel-inner{
          display: flex;
          gap: 20px;
          padding: 20px;
          flex-wrap: nowrap;
          scroll-behavior: smooth;
     }
     .carousel-movel .carousel-inner .carousel-item{
          margin-right: 0;
          flex: 0 0 20.83333333%;
          max-width: 0 0 20.33333333%;
          display: block;
          cursor: grabbing;
          user-select: none;
     }
     .sobre-valoriza{
          height: 100%;
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          margin-top: 20px;
     }
     .sobre-valoriza h1{
          background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
          color: transparent;
          background-clip: text;
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 4em;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 20px;
     }
     .container-cards{
             display: flex;
             flex-wrap: wrap;
             flex-direction: row;
             align-items: center;
             justify-content: center;
             flex-wrap: wrap;
             width: 100%;
     }
     .card-vivo-valoriza{
          width: 30%;
          gap: 30px;
     }
     .card-vivo-valoriza>img{
          width: 90px;
          margin: 0 auto;
     }
     .card-vivo p{
          text-align: center;
          font-size: 15pt;
     }
     .card-vivo img{
        width: 30% !important;
   }
     .container-valoriza h1{
             background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
             background-clip: text;
             color: transparent;
             font-size: 20pt;
             font-weight: bold;
             text-transform: uppercase;
     }
     .container-valoriza2{
         height: 150px;
     }
     .container-valoriza2 h2{
          background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
          background-clip: text;
          color: transparent;
          font-size: 20pt;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center;
     }
     .text-card-valoriza p{
          color: var(--color-grey-text);
          font-weight: 400;
          font-size: 10pt;
          text-align: center;
          margin-top: 20px;
          font-family: "Poppins", sans-serif;
     }
     .card.movel a>button{
          background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          height: auto;
          width: 100%;
          border: none;
          border-radius: 10px;
          padding: 10px;
          text-transform: uppercase;
          font-size: 1.5em;
          cursor: pointer;
          transition: all .20s ease;
          box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
     }
     .movel-img{
          width: 100%;
          display: flex !important;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          gap: 20px;
          padding: 20px;
     }
     .movel-img1{
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          position: relative;
         width: 30%;
     }
     .movel-img1 div{
         position: absolute;
         background-color: rgba(0, 0, 0, 0.425);
         height: 100%;
         width: 100%;
         border-radius: 10px;
 
     }
     .movel-img1 a{
          display: flex;
          align-items: center;
     }
     .movel-img1 a img{
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px;
          margin: 0 auto;
          align-self: center;
     }
     .movel-img1 h1{
         position: absolute;
         color: #fff;
         font-size: 20pt;
         font-family: "Poppins", sans-serif;
         margin-top: 20px;
         width: 160px;
         left: 30px;
         top: 30px;
         backdrop-filter: blur(1px);
     }
     .movel-img1 h1 span{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         font-weight: bold;
         text-transform: uppercase;
     }
     .movel-img1 .link-sb{
          position: absolute;
          transition: all 0.3s ease;
          color: #fff;
          font-size: 15pt;
          text-transform: capitalize;
          text-decoration: none;
          font-family: "Poppins", sans-serif;
          left: 30px;
          bottom: 30px;
     }
     .marquee{
          overflow: hidden;
          white-space: nowrap;
          box-sizing: border-box;
          width: 100%;
          height: 20vh;
     }
     .content-marquee{
          display: inline-block;
          animation: marquee 20s linear infinite;
     }
     .content-marquee2{
          display: inline-block;
          animation: marquee2 20s linear infinite;
     }
     .marquee-img{
          display: inline-block;
          padding: 0 10px;
     }
     .marquee-img img{
          width: 90px;
          height: auto;
     }
     .btn-main-movel:hover{
         filter: brightness(75%);
     }
     .container-cnpj{
         margin-right:-30px;
     }
     .vivo-gestao h1{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         font-size: 20pt;
         font-family: "Poppins", sans-serif;
         font-weight: bold;
         text-transform: uppercase;
         
     }
     .beneficios-valoriza{
         gap: 7px;
     }
     @keyframes marquee {
          0% {
              transform: translateX(70%);
          }
          100% {
              transform: translateX(-100%);
          }
     }
     @keyframes marquee2 {
          0% {
              transform: translateX(-100%);
          }
          100% {
              transform: translateX(70%);
          }
     }
     .img-bonus20{
        width:100px;
     }
     .img-bonus20 img{
        width: 100%;
     }
     .bonus20 .container-bonus-text .bonus20-content p{
        font-size: 1.3rem;
    }
    .rr{
        width: 100%;
    }
    .navbar-nav{
        width: 100%;
    }
    .r-tittle{
        font-size: 1.79rem !important;
    }
    .list-fixo {
        font-size: 1.3rem !important;
    }
    .nav-carousel nav ul{
    margin-bottom: 0;
    }
    .container-office{
        display: none;
    }
    .swiper-mdm{
        display: none;
    }
    .swiper-wifipro{
        padding: 0px 60px 0px 60px;
    }
    .container-wfipro{
        display:none;
    }
    .swiper-tech{
        padding: 60px;
    }
    .card-img-sip div:nth-child(2){
        display: none;
    }
    .card-img-sip{
        grid-row: 1;
    }
    .container-card-sip{
        padding: 0;
        padding: 0 60px;
    }
    .card.movel.ld {
        display: flex;
    }
    .swiper-dedicado{
        padding: 60px;
    }
    .tittle-linkdedicado.tech{
        margin-top: 0!important;
    }
    .card.wifipro-plan{
        width: 250px!important;
    }
    .swiper-wifipro .swiper-wrapper{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 40px;
    }
    .card.office{
        width: 270px!important;
    }
    .swiper-office .swiper-wrapper{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .container-cards-vivo-tech2{
        grid-template-columns: repeat(3, 1fr);
    }
    .container-mdm{
        width: 1300px;
    }
    .valoriza-text.ld.f p {
        font-weight: 200 !important;
        color: #fff !important;
    }
    .text-card-movel.ld-tittle h2{
        font-size: 1rem!important;
        text-align: center;
    }
    .img-movel{
        background-image: url(./media-img/maromatel-vivo-senhor-celular.png)!important;
    }
}
@media (min-width: 1801px) and (max-width:2000px){
 /* header */
 .superior{
    height: 70px !important;
    z-index: 100;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
}
.logo{
    display: flex;
    flex-direction: row-reverse;
    gap: 0 !important;
    height: 100%;
}
.container-vivo-parceiro{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    align-self: center;
    margin-left: 4rem;
}
.pseudo-third {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
    z-index: 0;
}
.container-logo-maromatel{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
.logo-parceiro-head{
    object-fit: cover;
    margin: 0;       
    width: 9rem;
}
.logo-maromatel-head{
    object-fit: cover;
    margin: 0;
    width: 9.5rem;
    margin-left: 2rem;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer>img{
    display: none   ;
    cursor: pointer;
    margin: 0;
}
@keyframes fade-in-menu {
    from{
        overflow: hidden;
        
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* sessao1 */
#sessao1,#sessao2,#sessao3{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#sessao3{
    display: none;
}
.divisor{
margin-bottom: 31.25rem;
width: 62.5rem;
}
#sessao11{
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#sessao11::after{
    content: " ";
    height: 100%;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
}

#prev{
    z-index: 0;
    margin-top: 5%;
}
.sessao2{
padding: 2.5rem;
height: 6.25rem;
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
margin-top: 2%;
}
#promo-main-banner{
    height: 100svh !important;
    gap:3.5rem !important;
}
.sessao2>h1{
font-family: "Poppins", sans-serif;
font-weight: bold;
font-style: normal;
margin-top: 0rem;
font-size: 1.5em;
width: 100%;
text-transform: uppercase;
color: var(--text-color-primary);

}

.container-cards{
display: flex;

}
#divisor2{
align-self: center;
width: 75%;
}
.sessao3{
height: 0.125rem ;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 12.5rem;
width: 100%;
}
.sessao3>h1{
align-self: center;
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
font-size: 40pt;
margin-top: 3.12rem;
}
.sessao3>p{
font-family: "SUSE", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
margin: 0rem;
}
.container-cards{
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 3.12rem;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}

#img-wifi{
padding: 3rem;
}

#plans-info2>img{
position: absolute;
transform: scaleX(-1);
top: -5rem;
}

#sessao-avancado{
    height: 60svh;
    display: none;
}

.carousel-ti{
    width: 40% !important;
}
.container-cards-vivo{
    flex-direction: row !important;
}
.card-avancado{
    width: 20% !important;
}
.card-avancado div div img{
    width: 40% !important;
}
.d-flex.flex-column.gap-2 a{
    align-self: center;
}
#paralax-fixo{
    height: 100vh;
    position: relative;
}

#paralax-total{
    height: 100vh;
    position: relative;
}

#paralax-avancado{
    height: 100vh;
    
    position: relative;
}

#main1-im1{
    height: 100%;
    /* margin-top: 200px; */
    width: 100% !important; 
    object-fit: cover !important;
    object-position: center;
    margin: 0 auto;
}
#main1-im2{
    height: 100%;
    width: 100% !important; 
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
#main1-im3{
    height: 100%;
    width: 100% !important; 
    object-fit: cover !important;
    object-position: center;
    margin:0 auto;
}
#prev{
    z-index: 0;
    margin-top: 5%;
}
.card>div>p{
    text-align: center;
}
.card-tittle{
    align-self: flex-start;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    color: var(--text-color-primary);
    align-self: center;
}
.content-d{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 1rem;
}
.text-center{
    width: 27% !important;
}
.btn-card{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    border-radius: 10px;
    width: 8rem;
    height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    align-self: center;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}
.btn-card:hover{
    filter: brightness(75%);
}
.text-card{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}
.text-card>span{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 0.08rem #fff;
}
.text-card1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2rem;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}
.text-card1>span{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 0.08rem #fff;
}

#bg-avancado{
    display: none;
}
#img-main-info>img{
    display: none;
}
.mtittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 3.12rem;
    text-align: center;
    font-size: 3em;
    color: #fff;
}
.carousel-card-tittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20pt;
    text-align: center;
    margin-bottom: 2rem;
}
.carousel-control-prev-icon.carousel3 {
    margin-bottom: 9rem !important;
    margin-left: 0rem;
    }
    
.carousel-control-next-icon.carousel3 {
    margin-bottom: 9rem !important;
    margin-right: 0rem;
}
.logo-maromatel-end{
    margin-top: 1rem;
    width: 50%;
    object-fit: contain;
}
.endereco{
    font-size: .7em;
    text-align: center;
    align-self: center;
    margin-top: 1.55rem;
    color: #fff;
}
.p-text1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15pt;
    width: 50%;
}
/*{{CARD - SOBRE MAROMATEL}}*/
.p-text{
    font-size: 1.3em;

}
.card-p{
    word-break: break-all;
    hyphens: auto;
    text-align: center;
}

/*{{CARD DE BENEFICIOS}}*/
.img-card-b{
    width: 30%;
    margin: 0 auto;

}
/*{{ZAP - FIXED}}*/

.carousel-indicators.carousel1{
    position: absolute !important;
    top:80%;
    height: 5%;
}
.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    }
.carousel-control-prev.carousel1{
    margin-bottom: 0rem !important;
}
.carousel-control-next.carousel1{
    margin-bottom: 0rem !important;
}
.btn-first-card{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    border-radius: 10px;
    width: 11.37rem;
    height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    align-self: center;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}

.btn-first-card:hover{
    filter: brightness(75%);
}
.hashtag{
    position: absolute;
    width: 20%;
    z-index: 0;
    opacity: 0.2;
    top: 4em;
    left: 0rem;
}
.sessao-sobre{
    height: 100svh;
    display: none !important;
}
.sessao-sobre2{
    margin-top:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
}
.card-sobre{
    height: 100% !important; 
    background-color: transparent !important;
    /* backdrop-filter: blur(1rem); */
    border: none !important;
    box-shadow: none;
}
.card-ben{
    width: 23% !important;
}
.mtext{
    text-align: justify;
    text-justify: inter-word;
    color: black;
    font-size: .9em;
    hyphens: auto;
}
.r-tittle{
    margin-top: 1rem;
    font-size: 1em !important;
    color: #fff;
}
.btn-sobre{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 10.37rem;
    height: 2.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}
.btn-sobre:hover{
    filter: brightness(75%);
}

.vivo-tittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 70pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    background-clip: text;
    color: transparent;

}
.vivo-p{
    text-align: center;
    margin: 0 20%;
    font-size: 20pt;
    font-family: "Poppins", sans-serif;
}
.container-movel{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position:relative;
}
 .container-movel .img-movel {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .container-movel .img-movel-fixo {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel-fixo>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .container-movel .img-movel-total {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel-total>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .tittle-movel{
      display: flex;
      flex-direction: column;
      width: 100%;
      position: absolute;
      gap: 40px;
 }
 .tittle-movel .text-main-movel{
      color: #fff;
      align-self: center;
      text-align: center;
 }
 .tittle-movel .text-main-movel h1{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      color: #fff;
 }
 .tittle-movel .text-main-movel h1>span{
      color: transparent;
      -webkit-text-stroke: 0.04rem #fff;
 }
 .tittle-movel .text-main-movel h2{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 2em;
      text-transform: uppercase;
      color: #fff;
 }
 .container-main-button{
      margin-top: 20px;
      align-self: center;
 }
 .container-main-button a{
      text-decoration: none;
 }
 .container-main-button a>button{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      height: auto;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
      text-transform: uppercase;
      font-size: 1.5em;
      cursor: pointer;
      transition: all .20s ease;
      box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
 }
 .tittle-smart{
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 100px;
      height: 90px;
      display: none;
 }
 .tittle-smart h1{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      background-clip: text;
      color: transparent;
      text-align: center;
      

 }
 .card.movel{
      width: 100%;
 }
 .head-card p{
      text-align: center;
      align-self: center;
      font-size: 10pt;
 }
 .head-card-img img{
      width: 40px;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 1rem !important;
 }
 .card.movel p{
      font-size: 1em;
      color: var(--color-grey-text);
 }
 .icon-valoriza img{
      align-self: center;
      width: 30px;
 }
 .gigas h1{
      position: relative;
      font-size: 7em;
      color: var(--color-violeta);
 }
 .gb {
      top: 0;
      position: absolute;
      font-size: 0.4em !important;
 }
 .card.movel>ul{
      list-style: none;
 }
 .card.movel>ul>li{
      font-size: 9pt;
      color: var(--color-violeta-escuro);
      text-indent: -1rem;
 }
 .card.movel>ul>li::before{
      content: "+";
      padding-right: 5px;
 }
 .text-card-movel{
      display: flex;
      align-items: start;
 }
 .valoriza-text p{
      font-size: 1.2em;
      color: var(--color-grey-text);
 }
 .carousel-movel{
     margin-top: 40px;
 }
 .carousel-movel .carousel-inner{
      display: flex;
      gap: 20px;
      padding: 20px;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
 }
 .carousel-movel .carousel-inner .carousel-item{
      margin-right: 0;
      flex: 0 0 16.33333333%;
      max-width: 0 0 5.33333333%;
      display: block;
      cursor: grabbing;
      user-select: none;
 }
 .sobre-valoriza{
      height: 100%;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-top: 20px;
 }
 .sobre-valoriza h1{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: transparent;
      background-clip: text;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px;
 }
 .container-cards{
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         align-items: center;
         justify-content: center;
         flex-wrap: wrap;
         width: 100%;
 }
 .card-vivo-valoriza{
      width: 30%;
      gap: 30px;
 }
 .card-vivo-valoriza>img{
      width: 90px;
      margin: 0 auto;
 }
 .card-vivo img{
    width: 25% !important;
 }
 .card-avancado div div img{
    width: 40% !important;
}
 .container-valoriza h1{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         font-size: 20pt;
         font-weight: bold;
         text-transform: uppercase;
 }
 .container-valoriza2{
     height: 150px;
 }
 .container-valoriza2 h2{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      background-clip: text;
      color: transparent;
      font-size: 20pt;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
 }
 .text-card-valoriza p{
      color: var(--color-grey-text);
      font-weight: 400;
      font-size: 10pt;
      text-align: center;
      margin-top: 20px;
      font-family: "Poppins", sans-serif;
 }
 .card.movel a>button{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      height: auto;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
      text-transform: uppercase;
      font-size: 1.5em;
      cursor: pointer;
      transition: all .20s ease;
      box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
 }
 .movel-img{
      width: 100%;
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
      padding: 20px;
 }
 .movel-img1{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: relative;
     width: 30%;
 }
 .movel-img1 div{
     position: absolute;
     background-color: rgba(0, 0, 0, 0.425);
     height: 100%;
     width: 100%;
     border-radius: 10px;

 }
 .movel-img1 a{
      display: flex;
      align-items: center;
 }
 .movel-img1 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      margin: 0 auto;
      align-self: center;
 }
 .movel-img1 h1{
     position: absolute;
     color: #fff;
     font-size: 20pt;
     font-family: "Poppins", sans-serif;
     margin-top: 20px;
     width: 160px;
     left: 30px;
     top: 30px;
     backdrop-filter: blur(1px);
 }
 .movel-img1 h1 span{
     background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
     background-clip: text;
     color: transparent;
     font-weight: bold;
     text-transform: uppercase;
 }
 .movel-img1 .link-sb{
      position: absolute;
      transition: all 0.3s ease;
      color: #fff;
      font-size: 15pt;
      text-transform: capitalize;
      text-decoration: none;
      font-family: "Poppins", sans-serif;
      left: 30px;
      bottom: 30px;
 }
 .marquee{
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      width: 100%;
      height: 20vh;
 }
 .content-marquee{
      display: inline-block;
      animation: marquee 20s linear infinite;
 }
 .content-marquee2{
      display: inline-block;
      animation: marquee2 20s linear infinite;
 }
 .marquee-img{
      display: inline-block;
      padding: 0 10px;
 }
 .marquee-img img{
      width: 90px;
      height: auto;
 }
 .btn-main-movel:hover{
     filter: brightness(75%);
 }
 .container-cnpj{
     margin-right:-30px;
 }
 .vivo-gestao h1{
     background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
     background-clip: text;
     color: transparent;
     font-size: 20pt;
     font-family: "Poppins", sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     
 }
 .beneficios-valoriza{
     gap: 7px;
 }
 @keyframes marquee {
      0% {
          transform: translateX(80%);
      }
      100% {
          transform: translateX(-110%);
      }
 }
 @keyframes marquee2 {
      0% {
          transform: translateX(-110%);
      }
      100% {
          transform: translateX(90%);
      }
 }
 .bonus20 .container-bonus-text .bonus20-content p{
    font-size: 1.3rem;
}
.list-fixo{
    font-size: 1.3rem !important;
}
.rr{
    width: 100%;
}
.navbar-nav{
    width: 100%;
}
.r-tittle{
    font-size: 1.89rem !important;
}
.container-wfipro{
    display: none;
}
.swiper-mdm{
    display: none;
}
.container-office{
    display: none;
}
.card.movel.ld{
    display: flex                                                                                                                                                                                                                                                                                                       ;
}
.swiper-dedicado{
    padding: 0 60px;
}
.swiper-tech{
    padding: 0 60px;
    margin-bottom: 60px;
}
.swiper-wifipro{
    padding: 0 60px;
}
.container-card-sip{
    padding-left: 0;
    padding: 0 60px;
}
.container-office{
    display: none;
}
.swiper-mdm{
    display: none;
}
.card-img-sip{
    grid-row: 1;
}
.card-img-sip div:nth-child(2){
    display: none;
}
.card.office{
    width: 270px!important;
}
.swiper-office .swiper-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.card.wifipro-plan{
    width: 250px!important;
}
.swiper-wifipro .swiper-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
.container-mdm{
    width: 1400px;
}
.valoriza-text.ld.f p {
    font-weight: 200 !important;
    color: #fff !important;
}
.text-card-movel.ld-tittle h2{
    font-size: 1rem!important;
    text-align: center;
}
.img-movel{
    background-image: url(./media-img/maromatel-vivo-senhor-celular.png)!important;
}
}
@media (min-width: 2000px) {
 /* header */
 .superior{
    height: 70px !important;
    z-index: 100;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: rgba(17, 12, 46, 0.068) 0px 48px 100px 0px;
}
.logo{
    display: flex;
    flex-direction: row-reverse;
    gap: 0 !important;
    height: 100%;
}
.container-vivo-parceiro{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    align-self: center;
    margin-left: 4rem;
}
.pseudo-third {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
    z-index: 0;
}
.container-logo-maromatel{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
.logo-parceiro-head{
    object-fit: cover;
    margin: 0;       
    width: 9rem;
}
.logo-maromatel-head{
    object-fit: cover;
    margin: 0;
    width: 9.5rem;
    margin-left: 2rem;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer{
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
}
.hamburguer>img{
    display: none   ;
    cursor: pointer;
    margin: 0;
}
@keyframes fade-in-menu {
    from{
        overflow: hidden;
        
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* sessao1 */
#sessao1,#sessao2,#sessao3{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#sessao3{
    display: none;
}
.divisor{
margin-bottom: 31.25rem;
width: 62.5rem;
}
#sessao11{
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#sessao11::after{
    content: " ";
    height: 100%;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.425);
    border-radius: 100;
}
#prev{
    z-index: 0;
    margin-top: 5%;
}
.sessao2{
padding: 2.5rem;
height: 6.25rem;
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
margin-top: 2%;
}
#promo-main-banner{
    height: 100svh !important;
    gap:3.5rem !important;
}
.sessao2>h1{
font-family: "Poppins", sans-serif;
font-weight: bold;
font-style: normal;
margin-top: 0rem;
font-size: 1.5em;
width: 100%;
text-transform: uppercase;
color: var(--text-color-primary);

}

.container-cards{
display: flex;

}
#divisor2{
align-self: center;
width: 75%;
}
.sessao3{
height: 0.125rem ;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 12.5rem;
width: 100%;
}
.sessao3>h1{
align-self: center;
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
font-size: 40pt;
margin-top: 3.12rem;
}
.sessao3>p{
font-family: "SUSE", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
margin: 0rem;
}
.container-cards{
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 3.12rem;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}

#img-wifi{
padding: 3rem;
}

#plans-info2>img{
position: absolute;
transform: scaleX(-1);
top: -5rem;
}

#sessao-avancado{
    height: 60svh;
    display: none;
}

.carousel-ti{
    width: 40% !important;
}
.container-cards-vivo{
    flex-direction: row !important;
}
.card-avancado{
    width: 20% !important;
}
.card-avancado div div img{
    width: 40% !important;
}
#paralax-fixo{
    height: 70vh;
    position: relative;
}

#paralax-total{
    height: 70vh;
    position: relative;
}

#paralax-avancado{
    height: 70vh;
    position: relative;
}

#main1-im1{
    height: 100%;
    /* margin-top: 200px; */
    width: 100% !important; 
    object-fit: cover !important;
    object-position: center;
    margin: 0 auto;
}
#main1-im2{
    height: 100%;
    width: 100% !important; 
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
#main1-im3{
    height: 100%;
    width: 100% !important; 
    object-fit: cover !important;
    object-position: center;
    margin:0 auto;
}
#prev{
    z-index: 0;
    margin-top: 5%;
}
.card>div>p{
    text-align: center;
}
.card-tittle{
    align-self: flex-start;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 19pt;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    color: var(--text-color-primary);
    align-self: center;
}
.d-flex.flex-column.gap-2 a{
    align-self: center;
}
.content-d{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 1rem;
}
.text-center{
    width: 27% !important;
}
.btn-card{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    border-radius: 10px;
    width: 8rem;
    height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    align-self: center;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}
.btn-card:hover{
    filter: brightness(75%);
}
.text-card{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}
.text-card>span{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 0.08rem #fff;
}
.text-card1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2rem;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}
.text-card1>span{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 0.08rem #fff;
}

#bg-avancado{
    display: none;
}
#img-main-info>img{
    display: none;
}
.mtittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 3.12rem;
    text-align: center;
    font-size: 3em;
    color: #fff;
}
.carousel-card-tittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20pt;
    text-align: center;
    margin-bottom: 2rem;
}
.carousel-control-prev-icon.carousel3 {
    margin-bottom: 9rem !important;
    margin-left: 0rem;
    }
    
.carousel-control-next-icon.carousel3 {
    margin-bottom: 9rem !important;
    margin-right: 0rem;
}
.logo-maromatel-end{
    margin-top: 1rem;
    width: 50%;
    object-fit: contain;
}
.endereco{
    font-size: .7em;
    text-align: center;
    align-self: center;
    margin-top: 1.55rem;
    color: #fff;
}
.p-text1{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14pt;
    width: 50%;
}
/*{{CARD - SOBRE MAROMATEL}}*/
.p-text{
    font-size: 200pt !important;

}
.card-p{
    word-break: break-all;
    hyphens: auto;
    text-align: center;
}

/*{{CARD DE BENEFICIOS}}*/
.img-card-b{
    width: 30%;
    margin: 0 auto;

}
/*{{ZAP - FIXED}}*/

.carousel-indicators.carousel1{
    position: absolute !important;
    top:80%;
    height: 5%;
}
.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    }
.carousel-control-prev.carousel1{
    margin-bottom: 0rem !important;
}
.carousel-control-next.carousel1{
    margin-bottom: 0rem !important;
}
.btn-first-card{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    border-radius: 10px;
    width: 11.37rem;
    height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    align-self: center;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}

.btn-first-card:hover{
    filter: brightness(75%);
}
.hashtag{
    position: absolute;
    width: 20%;
    z-index: 0;
    opacity: 0.2;
    top: 4em;
    left: 0rem;
}
.sessao-sobre{
    height: 100svh;
    display: none !important;
}
.sessao-sobre2{
    margin-top:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
}
.card-sobre{
    height: 100% !important; 
    background-color: transparent !important;
    /* backdrop-filter: blur(1rem); */
    border: none !important;
    box-shadow: none;
}
.card-ben{
    width: 23% !important;
    border-radius: 20px !important;
}
.mtext{
    text-align: justify;
    text-justify: inter-word;
    color: black;
    font-size: .9em;
    hyphens: auto;
}
.r-tittle{
    margin-top: 1rem;
    font-size: 1em !important;
    color: #fff;
}

.btn-sobre{
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 10.37rem;
    height: 2.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
}
.btn-sobre:hover{
    filter: brightness(75%);
}


.vivo-tittle{
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 70pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
    background-clip: text;
    color: transparent;

}
.vivo-p{
    font-size: 19pt;
    text-align: center;
    margin: 0 20%;
    font-family: "Poppins", sans-serif;
}
.container-movel{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position:relative;
}
 .container-movel .img-movel {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .container-movel .img-movel-fixo {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel-fixo>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .container-movel .img-movel-total {
    height: 80vh;
    width: 100%;
    position: relative;
 }
 .container-movel .img-movel-total>div{
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.425);
 }
 .tittle-movel{
      display: flex;
      flex-direction: column;
      width: 100%;
      position: absolute;
      gap: 40px;
 }
 .tittle-movel .text-main-movel{
      color: #fff;
      align-self: center;
      text-align: center;
 }
 .tittle-movel .text-main-movel h1{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      color: #fff;
 }
 .tittle-movel .text-main-movel h1>span{
      color: transparent;
      -webkit-text-stroke: 0.04rem #fff;
 }
 .tittle-movel .text-main-movel h2{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 2em;
      text-transform: uppercase;
      color: #fff;
 }
 .container-main-button{
      margin-top: 20px;
      align-self: center;
 }
 .container-main-button a{
      text-decoration: none;
 }
 .container-main-button a>button{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      height: auto;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
      text-transform: uppercase;
      font-size: 1.5em;
      cursor: pointer;
      transition: all .20s ease;
      box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
 }
 .tittle-smart{
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 100px;
      height: 90px;
      display: none;
 }
 .tittle-smart h1{
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      background-clip: text;
      color: transparent;
      text-align: center;
      

 }
 .card.movel{
      width: 100%;
 }
 .head-card p{
      text-align: center;
      align-self: center;
      font-size: 10pt;
 }
 .head-card-img img{
      width: 40px;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 1rem !important;
 }
 .card.movel p{
      font-size: 1em;
      color: var(--color-grey-text);
 }
 .icon-valoriza img{
      align-self: center;
      width: 30px;
 }
 .gigas h1{
      position: relative;
      font-size: 7em;
      color: var(--color-violeta);
 }
 .gb {
      top: 0;
      position: absolute;
      font-size: 0.4em !important;
 }
 .card.movel>ul{
      list-style: none;
 }
 .card.movel>ul>li{
      font-size: 9pt;
      color: var(--color-violeta-escuro);
      text-indent: -1rem;
 }
 .card.movel>ul>li::before{
      content: "+";
      padding-right: 5px;
 }
 .text-card-movel{
      display: flex;
      align-items: start;
 }
 .valoriza-text p{
      font-size: 1.2em;
      color: var(--color-grey-text);
 }
 .carousel-movel{
     margin-top: 40px;
 }
 .carousel-movel .carousel-inner{
      display: flex;
      gap: 20px;
      padding: 30px;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
      align-items: center;
      margin-left: 10px;
 }
 .carousel-movel .carousel-inner .carousel-item{
      margin-right: 0;
      display: flex;
      flex: 0 0 14.63333333%;
      max-width: 0 0 0.33333333%;
      cursor: grabbing;
      user-select: none;
 }
 .sobre-valoriza{
      height: 100%;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-top: 20px;
 }
 .sobre-valoriza h1{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: transparent;
      background-clip: text;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px;
 }
 .container-cards{
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         align-items: center;
         justify-content: center;
         flex-wrap: wrap;
         width: 100%;
 }
 .card-vivo-valoriza{
      width: 20%;
      gap: 30px;
      height: auto !important;
      justify-content: center !important;
      word-wrap: break-word;
      
 }
 .card-vivo-valoriza>img{
      width: 90px;
      margin: 0 auto;
 }
 .card-vivo img{
    width: 25% !important;
 }
 .container-valoriza h1{
         background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
         background-clip: text;
         color: transparent;
         font-size: 20pt;
         font-weight: bold;
         text-transform: uppercase;
 }
 .container-valoriza2{
     height: 150px;
 }
 .container-valoriza2 h2{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      background-clip: text;
      color: transparent;
      font-size: 19pt;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
 }
 .text-card-valoriza p{
      color: var(--color-grey-text);
      font-weight: 400;
      font-size: 10pt;
      text-align: center;
      margin-top: 19px;
      font-family: "Poppins", sans-serif;
 }
 .card.movel a>button{
      background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      height: auto;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
      text-transform: uppercase;
      font-size: 1.5em;
      cursor: pointer;
      transition: all .20s ease;
      box-shadow: var(--color-blueroyal) 0px 7px 29px 0px;
 }
 .movel-img{
      width: 100%;
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 3%;
      padding: 20px;
 }
 .movel-img1{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: relative;
     width: 500px;
 }
 .movel-img1 div{
     position: absolute;
     background-color: rgba(0, 0, 0, 0.425);
     height: 100%;
     width: 100%;
     border-radius: 10px;

 }
 .movel-img1 a{
      display: flex;
      align-items: center;
 }
 .movel-img1 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      margin: 0 auto;
      align-self: center;
 }
 .movel-img1 h1{
     position: absolute;
     color: #fff;
     font-size: 20pt;
     font-family: "Poppins", sans-serif;
     margin-top: 20px;
     width: 160px;
     left: 30px;
     top: 30px;
     backdrop-filter: blur(1px);
 }
 .movel-img1 h1 span{
     background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
     background-clip: text;
     color: transparent;
     font-weight: bold;
     text-transform: uppercase;
 }
 .movel-img1 .link-sb{
      position: absolute;
      transition: all 0.3s ease;
      color: #fff;
      font-size: 15pt;
      text-transform: capitalize;
      text-decoration: none;
      font-family: "Poppins", sans-serif;
      left: 30px;
      bottom: 30px;
 }
 .marquee{
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      width: 100%;
      height: 20vh;
 }
 .content-marquee{
      display: inline-block;
      animation: marquee 20s linear infinite;
 }
 .content-marquee2{
      display: inline-block;
      animation: marquee2 20s linear infinite;
 }
 .marquee-img{
      display: inline-block;
      padding: 0 10px;
 }
 .marquee-img img{
      width: 90px;
      height: auto;
 }
 .btn-main-movel:hover{
     filter: brightness(75%);
 }
 .container-cnpj{
     margin-right:-30px;
 }
 .vivo-gestao h1{
     background-image: linear-gradient(90deg,var(--color-blueroyal),var(--color-violeta));
     background-clip: text;
     color: transparent;
     font-size: 20pt;
     font-family: "Poppins", sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     
 }
 .beneficios-valoriza{
     gap: 7px;
 }
 @keyframes marquee {
      0% {
          transform: translateX(80%);
      }
      100% {
          transform: translateX(-110%);
      }
 }
 @keyframes marquee2 {
      0% {
          transform: translateX(-110%);
      }
      100% {
          transform: translateX(90%);
      }
 }
.list-fixo{
    font-size: 1.3rem !important;
}
.bonus20 .container-bonus-text .bonus20-content p{
    font-size: 1.3rem;
    width: 70%;
}
.rr{
    width: 100%;
}
.navbar-nav{
    width: 100%;
}
.r-tittle{
    font-size: 1.99rem !important;
}
.container-wfipro{
    display: none;
}
.swiper-mdm{
    display: none;
}
.container-office{
    display: none;
}
.card.movel.ld{
    display: flex                                                                                                                                                                                                                                                                                                       ;
}
.swiper-dedicado{
    padding: 0 60px;
}
.swiper-tech{
    padding: 0 60px;
    margin-bottom: 60px;
}
.swiper-wifipro{
    padding: 0 60px;
}
.container-card-sip{
    padding-left: 0;
    padding: 0 60px;
}
.container-office{
    display: none;
}
.swiper-mdm{
    display: none;
}
.card-img-sip{
    grid-row: 1;
}
.card-img-sip div:nth-child(2){
    display: none;
}
.card.office{
    width: 270px!important;
}
.swiper-office .swiper-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.card.wifipro-plan{
    width: 250px!important;
}
.swiper-wifipro .swiper-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
.container-mdm{
    width: 1400px;
}
.valoriza-text.ld.f p {
    font-weight: 200 !important;
    color: #fff !important;
}
.text-card-movel.ld-tittle h2{
    font-size: 1rem!important;
    text-align: center;
}
.img-movel{
    background-image: url(./media-img/maromatel-vivo-senhor-celular.png)!important;
}
}
